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 loewis
Recipients jgsack, loewis
Date 2007-10-22.06:03:08
SpamBayes Score 0.15131272
Marked as misclassified No
Message-id <1193032989.59.0.562306079166.issue1308@psf.upfronthosting.co.za>
In-reply-to
Content
Ok. This is not a bug, but by design. unicode(X)==unicode(str(X)) for
most things, and str(X)==repr(X) for most things. repr(None)=='None',
hence the result you see. Closing as invalid.

P.S. To respond via email, you have to add your email address to Your
Details (you need to add all email addresses you want to use as From
addresses).
History
Date User Action Args
2007-10-22 06:03:09loewissetspambayes_score: 0.151313 -> 0.15131272
recipients: + loewis, jgsack
2007-10-22 06:03:09loewissetspambayes_score: 0.151313 -> 0.151313
messageid: <1193032989.59.0.562306079166.issue1308@psf.upfronthosting.co.za>
2007-10-22 06:03:09loewislinkissue1308 messages
2007-10-22 06:03:08loewiscreate