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 zach.ware
Recipients cheryl.sabella, docs@python, zach.ware
Date 2018-01-19.23:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516404570.65.0.467229070634.issue32603@psf.upfronthosting.co.za>
In-reply-to
Content
This is actually combination of a deprecation in in 3.6's string literals (not related to the re module), documented here: https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior (see issue27364) and showing DeprecationWarning in the REPL by default in 3.7 (PEP 565).
History
Date User Action Args
2018-01-19 23:29:30zach.waresetrecipients: + zach.ware, docs@python, cheryl.sabella
2018-01-19 23:29:30zach.waresetmessageid: <1516404570.65.0.467229070634.issue32603@psf.upfronthosting.co.za>
2018-01-19 23:29:30zach.warelinkissue32603 messages
2018-01-19 23:29:30zach.warecreate