[issue1308] unicode(None) anomaly

Martin v. Löwis report at bugs.python.org
Mon Oct 22 08:03:09 CEST 2007


Martin v. Löwis added the comment:

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).

----------
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1308>
__________________________________


More information about the Python-bugs-list mailing list