This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients hynek, serhiy.storchaka, tarek
Date 2013-01-18.09:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358501125.46.0.971219977164.issue16993@psf.upfronthosting.co.za>
In-reply-to
Content
Now which lowercase found directory name and extension on Windows.

>>> shutil.which("python")
'c:\\python33\\python.exe'

Proposed patch preserve case.

>>> shutil.which("python")
'C:\\Python33\\python.exe'

Please test this on Windows.
History
Date User Action Args
2013-01-18 09:25:25serhiy.storchakasetrecipients: + serhiy.storchaka, tarek, hynek
2013-01-18 09:25:25serhiy.storchakasetmessageid: <1358501125.46.0.971219977164.issue16993@psf.upfronthosting.co.za>
2013-01-18 09:25:25serhiy.storchakalinkissue16993 messages
2013-01-18 09:25:25serhiy.storchakacreate