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 gregory.p.smith
Recipients CuriousLearner, Eric Wieser, abarry, asmeurer, gregory.p.smith, lukasz.langa, mark.dickinson, ncoghlan, njs, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2019-08-09.22:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 4c5b6bac2408f879231c7cd38d67657dd4804e7c by Gregory P. Smith (Serhiy Storchaka) in branch '3.8':
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
https://github.com/python/cpython/commit/4c5b6bac2408f879231c7cd38d67657dd4804e7c
History
Date User Action Args
2019-08-09 22:34:28gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, mark.dickinson, ncoghlan, r.david.murray, njs, lukasz.langa, serhiy.storchaka, abarry, CuriousLearner, asmeurer, Eric Wieser
2019-08-09 22:34:28gregory.p.smithsetmessageid: <[email protected]>
2019-08-09 22:34:28gregory.p.smithlinkissue32912 messages
2019-08-09 22:34:27gregory.p.smithcreate