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 akira
Recipients akira, ezio.melotti, r.david.murray, serhiy.storchaka, vstinner
Date 2014-09-30.14:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412088895.18.0.212221165841.issue22472@psf.upfronthosting.co.za>
In-reply-to
Content
I meant, in general, repr() is better for an error message because
it should be unambigous unlike str() but in your particular case
you could use filename attribute to format the way you like it
for your UI.
History
Date User Action Args
2014-09-30 14:54:55akirasetrecipients: + akira, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka
2014-09-30 14:54:55akirasetmessageid: <1412088895.18.0.212221165841.issue22472@psf.upfronthosting.co.za>
2014-09-30 14:54:55akiralinkissue22472 messages
2014-09-30 14:54:55akiracreate