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 ncoghlan
Recipients ThurnerRupert, ncoghlan, r.david.murray, terry.reedy
Date 2009-06-13.01:35:38
SpamBayes Score 0.00094467786
Marked as misclassified No
Message-id <1244856939.9.0.913245566542.issue6208@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure Python *can* change its behaviour in this case. How would
it know which shell (cmd or msys/cygwin) it was launched from?

Also, even if it could figure that out, how would it know whether a
particular filename "stringification" with os.path.join() was intended
for display to the user or to be passed to a Windows API?
History
Date User Action Args
2009-06-13 01:35:40ncoghlansetrecipients: + ncoghlan, terry.reedy, ThurnerRupert, r.david.murray
2009-06-13 01:35:39ncoghlansetmessageid: <1244856939.9.0.913245566542.issue6208@psf.upfronthosting.co.za>
2009-06-13 01:35:38ncoghlanlinkissue6208 messages
2009-06-13 01:35:38ncoghlancreate