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 martin.panter
Recipients abarry, ezio.melotti, gvanrossum, martin.panter, r.david.murray, serhiy.storchaka, vstinner, ztane
Date 2016-06-27.02:59:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466996345.47.0.397076268923.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Code samples in the documentation should also be fixed, like at <https://docs.python.org/3.6/library/re.html#re.split>. I think you can run “make -C Doc doctest” or something similar, which may help find some of these.

Also, playing with your current patch, it seems to affect the “unicode-escape” codec. Not sure if that is a problem, but it probably deserves also documenting the change.
History
Date User Action Args
2016-06-27 02:59:05martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, ztane, abarry
2016-06-27 02:59:05martin.pantersetmessageid: <1466996345.47.0.397076268923.issue27364@psf.upfronthosting.co.za>
2016-06-27 02:59:05martin.panterlinkissue27364 messages
2016-06-27 02:59:05martin.pantercreate