]> 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:01:34 +0000 (15:01 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 13:01:34 +0000 (15:01 +0200)
commit5b987c2e68947732b673d6c8d6117011730d28f0
tree09c808b4bd0c31d47f3785cd35e0f167340b0217
parent5a95977c71d19d6aed32b0a4721d5e9ef4888efe
parent014791f8484036b1c0040ea0de7a6a4c05f0aeed
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