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 serhiy.storchaka
Recipients Rosuav, barry, docs@python, ezio.melotti, lelit, mrabarnett, nedbat, serhiy.storchaka
Date 2016-11-22.19:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479842205.29.0.349772055682.issue28450@psf.upfronthosting.co.za>
In-reply-to
Content
The deprecation was documented in 3.5.

https://docs.python.org/3.5/library/re.html#re.sub

Deprecated since version 3.5, will be removed in version 3.6: Unknown escapes consist of '\' and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6.
History
Date User Action Args
2016-11-22 19:16:45serhiy.storchakasetrecipients: + serhiy.storchaka, barry, nedbat, ezio.melotti, mrabarnett, docs@python, Rosuav, lelit
2016-11-22 19:16:45serhiy.storchakasetmessageid: <1479842205.29.0.349772055682.issue28450@psf.upfronthosting.co.za>
2016-11-22 19:16:45serhiy.storchakalinkissue28450 messages
2016-11-22 19:16:45serhiy.storchakacreate