[issue15306] Python3 segfault? (works in Python2)

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jul 9 17:43:23 CEST 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue15306>
_______________________________________


More information about the Python-bugs-list mailing list