On Mar 4, 1:00 pm, NickC <[EMAIL PROTECTED]> wrote: > > Python 3.0a3+ (py3k:61229, Mar 4 2008, 21:38:15) > [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information.>>> > r"\u" > '\\u' > >>> r"\uparrow" > '\\uparrow'
Nice to know... so it seems that the 3.0 doc was not updated. I think this is the correct behaviour. Thanks -- http://mail.python.org/mailman/listinfo/python-list