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 python-dev
Recipients barry, ezio.melotti, mrabarnett, ned.deily, python-dev, r.david.murray, serhiy.storchaka
Date 2016-12-06.17:25:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161206172543.29438.32428.3C31EED1@psf.io>
In-reply-to
Content
New changeset 1b162d6e3d01 by Serhiy Storchaka in branch '3.6':
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
https://hg.python.org/cpython/rev/1b162d6e3d01

New changeset 5904d2ced3d8 by Serhiy Storchaka in branch 'default':
Merge documentation for issue #27030 from 3.6.
https://hg.python.org/cpython/rev/5904d2ced3d8
History
Date User Action Args
2016-12-06 17:25:46python-devsetrecipients: + python-dev, barry, ned.deily, ezio.melotti, mrabarnett, r.david.murray, serhiy.storchaka
2016-12-06 17:25:46python-devlinkissue27030 messages
2016-12-06 17:25:46python-devcreate