summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-04-16 15:18:18 (GMT)
committerBarry Warsaw <barry@python.org>2013-04-16 15:18:18 (GMT)
commitecaefcf44eca8a77946a4d2cc390b6d782647bfc (patch)
treeefcde9deb4f4d7eed790a8dc32d601eb8c6f64cf /Misc
parent7c5e094cbfa6769bf4cabfa5f883f2dc5320667b (diff)
parent618738b921d9b3fa1f54304dd18236b3d465fbf8 (diff)
downloadcpython-ecaefcf44eca8a77946a4d2cc390b6d782647bfc.zip
cpython-ecaefcf44eca8a77946a4d2cc390b6d782647bfc.tar.gz
cpython-ecaefcf44eca8a77946a4d2cc390b6d782647bfc.tar.bz2
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
variable if empty path argument is specified. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6393f6c..31166ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
+ variable if empty path argument is specified. Patch by Serhiy Storchaka.
+
- Issue #17710: Fix pickle raising a SystemError on bogus input.
- Issue #17341: Include the invalid name in the error messages from re about