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 jwilk
Recipients docs@python, jwilk
Date 2016-06-15.21:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466026719.49.0.251022149797.issue27327@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation for the re module <https://docs.python.org/3/library/re.html> reads:

    Unknown escapes consist of '\' and ASCII letter now raise a deprecation warning ...

This should be:

    ... escapes consisting of ...
History
Date User Action Args
2016-06-15 21:38:39jwilksetrecipients: + jwilk, docs@python
2016-06-15 21:38:39jwilksetmessageid: <1466026719.49.0.251022149797.issue27327@psf.upfronthosting.co.za>
2016-06-15 21:38:39jwilklinkissue27327 messages
2016-06-15 21:38:39jwilkcreate