Tarek Ziadé <[email protected]> added the comment: Georg, I think I am supposed to be registered since a few days but I don't receive any mail yet. I'll ask...
I didn't use a raw string because '\.' is not an escape sequence, so: >>> '\.svn' == '\\.svn' and '\.svn' == r'\.svn' True _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1702551> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
