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 r.david.murray, serhiy.storchaka
Date 2014-09-23.20:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411505019.81.0.333815900527.issue22472@psf.upfronthosting.co.za>
In-reply-to
Content
File names can contain special characters such as spaces or even newlines. str() can be ambiguous. I prefer always use repr() for file names or other user data.
History
Date User Action Args
2014-09-23 20:43:39serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray
2014-09-23 20:43:39serhiy.storchakasetmessageid: <1411505019.81.0.333815900527.issue22472@psf.upfronthosting.co.za>
2014-09-23 20:43:39serhiy.storchakalinkissue22472 messages
2014-09-23 20:43:39serhiy.storchakacreate