On 17 juin, 13:30, Christian Heimes <li...@cheimes.de> wrote: > 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
I noticed this at the 3.3.0a0 realease. The main motivation for this came from this: http://bugs.python.org/issue13748 PS I saw the dev-list message. PS2 Opinion, if not really useful, consistency nver hurts. jmf -- http://mail.python.org/mailman/listinfo/python-list