Florent Xicluna <florent.xicl...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to