Official Python tutorial states that Unicode strings in Python can be used like this:
u'Hello World !'
But when I put it to IDLE - Python GUI of Python 3.2, it gives me a syntax error. Also Russian and Chinese text can be succcessfully stored in that Python strings, so I guess they are already Unicode.
Could you please explain what's happening?