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 benjamin.peterson
Recipients benjamin.peterson, tav
Date 2008-08-22.00:36:42
SpamBayes Score 0.00027939424
Marked as misclassified No
Message-id <1219365403.77.0.988127463781.issue3641@psf.upfronthosting.co.za>
In-reply-to
Content
This is a side effect of ascii returning a python 2.x unicode object.
The repr still gives a leading "u". The point of ascii is that it
returns a unicode object with only ascii characters. See PEP 3138 for
more information.
History
Date User Action Args
2008-08-22 00:36:43benjamin.petersonsetrecipients: + benjamin.peterson, tav
2008-08-22 00:36:43benjamin.petersonsetmessageid: <1219365403.77.0.988127463781.issue3641@psf.upfronthosting.co.za>
2008-08-22 00:36:43benjamin.petersonlinkissue3641 messages
2008-08-22 00:36:42benjamin.petersoncreate