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 r.david.murray
Recipients r.david.murray, serhiy.storchaka, vstinner
Date 2014-09-23.21:55:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411509354.34.0.480427672014.issue22472@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that after I hit submit.

However, this is a real problem on windows: I can't pass the error message back to the UI (in this case the log file) without first munging it, because the string is not a correct representation of the filename and the user will think they've entered the filename wrong to begin with (this is what really happened and what resulting this bug getting filed).

On windows, if I understand correctly, we don't normally have the problem of non-unicode filenames, so could we use str on windows only?
History
Date User Action Args
2014-09-23 21:55:54r.david.murraysetrecipients: + r.david.murray, vstinner, serhiy.storchaka
2014-09-23 21:55:54r.david.murraysetmessageid: <1411509354.34.0.480427672014.issue22472@psf.upfronthosting.co.za>
2014-09-23 21:55:54r.david.murraylinkissue22472 messages
2014-09-23 21:55:54r.david.murraycreate