Am 16.06.2012 19:36, schrieb jmfauth:
> Please consistency.

Python 3.3 supports the ur"" syntax just as Python 2.x:

$ ./python
Python 3.3.0a4+ (default:4c704dc97496, Jun 16 2012, 00:06:09)
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> ur""
''
[73917 refs]


Neither Python 2 nor Python 3 supports ru"". I'm a bit astonished that
rb"" works in Python 3 as it doesn't work in Python 2.7. But br"" works
everywhere.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to