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 brett.cannon
Recipients brett.cannon, terry.reedy
Date 2010-05-19.05:28:48
SpamBayes Score 0.0005427375
Marked as misclassified No
Message-id <1274246931.53.0.416495738287.issue8754@psf.upfronthosting.co.za>
In-reply-to
Content
It wouldn't matter (at least in Python 3) as str is unicode-aware. It's more about whether it's worth special-casing the output. I say no and just go with using the repr.
History
Date User Action Args
2010-05-19 05:28:52brett.cannonsetrecipients: + brett.cannon, terry.reedy
2010-05-19 05:28:51brett.cannonsetmessageid: <1274246931.53.0.416495738287.issue8754@psf.upfronthosting.co.za>
2010-05-19 05:28:49brett.cannonlinkissue8754 messages
2010-05-19 05:28:49brett.cannoncreate