Skip to content

Commit

Permalink
Reword news entry
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshks committed Jun 30, 2020
1 parent 393c2e5 commit 530418d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion news/5021.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package name should be normalized before we use it to search if it's already installed or not
Use canonical package names while looking up already installed packages.
1 change: 0 additions & 1 deletion src/pip/_internal/commands/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from pip._internal.network.xmlrpc import PipXmlrpcTransport
from pip._internal.utils.compat import get_terminal_size
from pip._internal.utils.logging import indent_log

from pip._internal.utils.misc import get_distribution, write_output
from pip._internal.utils.typing import MYPY_CHECK_RUNNING

Expand Down

0 comments on commit 530418d

Please sign in to comment.