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 flox
Recipients ezio.melotti, flox, vinay.sajip
Date 2011-11-06.21:23:02
SpamBayes Score 0.017800078
Marked as misclassified No
Message-id <1320614582.88.0.638250285315.issue13356@psf.upfronthosting.co.za>
In-reply-to
Content
This is the expression which raises the warning.

>>> u'compiler.parser' in ['\xab\xd7\xbb', u'\u013f\xd6G']
__main__:1: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
False


See also issue #13360
History
Date User Action Args
2011-11-06 21:23:02floxsetrecipients: + flox, vinay.sajip, ezio.melotti
2011-11-06 21:23:02floxsetmessageid: <1320614582.88.0.638250285315.issue13356@psf.upfronthosting.co.za>
2011-11-06 21:23:02floxlinkissue13356 messages
2011-11-06 21:23:02floxcreate