Different types of dicts with letter before the curly braces.

Diez B. Roggisch deets at nospam.web.de
Sun Jun 14 09:14:49 EDT 2009


> The analogy with raw strings is faulty: r"" changes the way the compiler
> interprets the characters between the quotes, it doesn't create a different
> type of object.

But u"" does, as does the new bytestring-literal in Python3. So there is 
precedent.

Diez



More information about the Python-list mailing list