mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

pip completion results for install/uninstall were returning the entire list of installed packages in a given python install no matter the contents of the completion prefix. Now the results are filtered by a `startswith(prefix)`
13 lines
160 B
ReStructuredText
13 lines
160 B
ReStructuredText
**Added:** None
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* ``pip`` completion now filters results by prefix
|
|
|
|
**Security:** None
|