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 shadyabhi
Recipients shadyabhi
Date 2011-04-05.15:18:59
SpamBayes Score 0.0036394636
Marked as misclassified No
Message-id <1302016739.97.0.129069075348.issue11773@psf.upfronthosting.co.za>
In-reply-to
Content
>>> a = u'0'
>>> a is u'0'
False
>>> a == u'0'
True
>>>
History
Date User Action Args
2011-04-05 15:19:00shadyabhisetrecipients: + shadyabhi
2011-04-05 15:18:59shadyabhisetmessageid: <1302016739.97.0.129069075348.issue11773@psf.upfronthosting.co.za>
2011-04-05 15:18:59shadyabhilinkissue11773 messages
2011-04-05 15:18:59shadyabhicreate