Fixed:
- completions relative to
CDPATH
only trigger when used withcd
- Import of
ctypes.util
is now explictly performed, as needed.
Python v3.7 no longer imports this module along withctypes
. - Fixed issue with pygments-cache not properly generating a cache the first
time when using prompt-toolkit. This was due to a lingering lazy import
ofpkg_resources
that has been removed. - Removed duplicate
pip
completer bash_completion
no longer returns invalid prefix lengths for directories
containing escape file names- Fixed error when using redirection (e.g., >) on Windows.