Eric V. Smith <e...@trueblade.com> added the comment:
Sorry. '\.' will be invalid in the future. I got ahead of myself. $ python3 -Werror -q >>> '\.' File "<stdin>", line 1 SyntaxError: invalid escape sequence \. Not that it would have affected your issue, so I apologize for the red herring. But "switch to raw strings when you have backslashes in a regex" is always my first reaction. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37594> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com