]> granicus.if.org Git - python/commit
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
authorBarry Warsaw <barry@python.org>
Tue, 16 Apr 2013 15:18:18 +0000 (11:18 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 16 Apr 2013 15:18:18 +0000 (11:18 -0400)
commitecaefcf44eca8a77946a4d2cc390b6d782647bfc
treeefcde9deb4f4d7eed790a8dc32d601eb8c6f64cf
parent7c5e094cbfa6769bf4cabfa5f883f2dc5320667b
parent618738b921d9b3fa1f54304dd18236b3d465fbf8
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
  variable if empty path argument is specified.  Patch by Serhiy Storchaka.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS