]> 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:05:03 +0000 (11:05 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 16 Apr 2013 15:05:03 +0000 (11:05 -0400)
commit618738b921d9b3fa1f54304dd18236b3d465fbf8
treec67ddc91545260b661eb170a58c0ba03668ec9af
parent51ce29c530f598d306de27724875cf37007422fc
- 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