]> granicus.if.org Git - python/commit
Issue #16993: shutil.which() now preserves the case of the path and extension
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 13:00:27 +0000 (15:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 13:00:27 +0000 (15:00 +0200)
commit014791f8484036b1c0040ea0de7a6a4c05f0aeed
tree890753556a7ed46565f961075243517e7010b444
parent85da624ebebb09aa5501861e2b25b7f16bfcb620
Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS