Re: Embedding a literal "\u" in a unicode raw string.

2008-02-25 Thread rmano
On Feb 25, 11:27 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Raw > > should be raw... > > Right. IMO, this is just a plain design mistake in the Python Unicode > handling. Unfortunately, there was discussion about this specific issue > in the past, and the proponent of the status quo alway

Re: Embedding a literal "\u" in a unicode raw string.

2008-03-07 Thread rmano
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" > '\\uparro