>>> r'\' File "<stdin>", line 1 r'\' ^ SyntaxError: EOL while scanning single-quoted string >>> r'\\' '\\\\'
Does that seem wrong to anybody else? Shouldn't the first one be syntactically correct? -jag -- http://mail.python.org/mailman/listinfo/python-list