diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-23 08:45:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-23 08:45:33 (GMT) |
commit | e9a63600b3a781f1ca744eaaa380fb4b05d43115 (patch) | |
tree | 30fe6e7781e58b8299239a842e4c566865e5494e /Misc | |
parent | 605a95ae4403223fd6f62bcd313ce2ca72a9dbdb (diff) | |
parent | 8bea200b98356c931aed6ae3ddfe2e1f5400ab71 (diff) | |
download | cpython-e9a63600b3a781f1ca744eaaa380fb4b05d43115.zip cpython-e9a63600b3a781f1ca744eaaa380fb4b05d43115.tar.gz cpython-e9a63600b3a781f1ca744eaaa380fb4b05d43115.tar.bz2 |
Issue #16957: shutil.which() no longer searches a bare file name in the
current directory on Unix and no longer searches a relative file path with
a directory part in PATH directories. Patch by Thomas Kluyver.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -220,6 +220,10 @@ Core and Builtins Library ------- +- Issue #16957: shutil.which() no longer searches a bare file name in the + current directory on Unix and no longer searches a relative file path with + a directory part in PATH directories. Patch by Thomas Kluyver. + - Issue #1159051: GzipFile now raises EOFError when reading a corrupted file with truncated header or footer. |