This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients bsaner, eric.smith, serhiy.storchaka
Date 2019-07-14.22:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563143713.91.0.968219635402.issue37594@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-14 22:35:13eric.smithsetrecipients: + eric.smith, serhiy.storchaka, bsaner
2019-07-14 22:35:13eric.smithsetmessageid: <1563143713.91.0.968219635402.issue37594@roundup.psfhosted.org>
2019-07-14 22:35:13eric.smithlinkissue37594 messages
2019-07-14 22:35:13eric.smithcreate