Amaury Forgeot d'Arc <[email protected]> added the comment: In Python2, strings are bytes; in Python3, they are unicode. You need to use the b'' syntax.
---------- resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15306> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
