[issue2541] Unicode escape sequences not parsed in raw strings.

Benjamin Peterson report at bugs.python.org
Thu Apr 3 14:54:50 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

You use the "ur" string mode.

>>> print ur"\u0020"
" "

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list