Python 3.3.0a4, please add ru'...'
Christian Heimes
lists at cheimes.de
Sun Jun 17 07:30:53 EDT 2012
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
More information about the Python-list
mailing list