A bug for raw string literals in Py3k?

Martin v. Loewis martin at v.loewis.de
Sun Oct 31 07:41:47 EDT 2010


> So I suppose this is a bug?

It's not, see

http://docs.python.org/py3k/reference/lexical_analysis.html#literals

# Specifically, a raw string cannot end in a single backslash

Regards,
Martin



More information about the Python-list mailing list