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 ivb
Recipients ivb
Date 2012-12-20.13:49:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356011378.26.0.0858380724322.issue16738@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> b = b't'
>>> b[0] in [b]
False
>>> u = 't'
>>> u[0] in [u]
True
History
Date User Action Args
2012-12-20 13:49:38ivbsetrecipients: + ivb
2012-12-20 13:49:38ivbsetmessageid: <1356011378.26.0.0858380724322.issue16738@psf.upfronthosting.co.za>
2012-12-20 13:49:38ivblinkissue16738 messages
2012-12-20 13:49:38ivbcreate