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 -- http://mail.python.org/mailman/listinfo/python-list