[issue1420] Unicode literals in tokenize.py and tests.

Christian Heimes report at bugs.python.org
Sun Nov 11 17:19:17 CET 2007


Christian Heimes added the comment:

Yes, raw byte strings are possible:

>>> br"\x"
b'\\x'

----------
keywords: +patch, py3k
nosy: +tiran
priority:  -> normal

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1420>
__________________________________


More information about the Python-bugs-list mailing list