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 pitrou
Recipients barry, cvrebert, exarkun, ezio.melotti, ncoghlan, pitrou
Date 2009-12-13.01:52:48
SpamBayes Score 0.00044041075
Marked as misclassified No
Message-id <1260669169.58.0.725721630879.issue6108@psf.upfronthosting.co.za>
In-reply-to
Content
Well the obvious problem with this approach is that it won't work if
__str__() returns a non-ascii string. The only working solution would be
to replicate the functioning of __str__() in each __unicode__()
implementation.
History
Date User Action Args
2009-12-13 01:52:49pitrousetrecipients: + pitrou, barry, exarkun, ncoghlan, ezio.melotti, cvrebert
2009-12-13 01:52:49pitrousetmessageid: <1260669169.58.0.725721630879.issue6108@psf.upfronthosting.co.za>
2009-12-13 01:52:48pitroulinkissue6108 messages
2009-12-13 01:52:48pitroucreate