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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-15.08:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410770557.9.0.129599945661.issue22416@psf.upfronthosting.co.za>
In-reply-to
Content
Compiled re._compile() is used to reconstruct compiled regular expression pattern. re._compile() is private function and can be removed in (long-term) future. I propose to use re.compile() instead.
History
Date User Action Args
2014-09-15 08:42:37serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2014-09-15 08:42:37serhiy.storchakasetmessageid: <1410770557.9.0.129599945661.issue22416@psf.upfronthosting.co.za>
2014-09-15 08:42:37serhiy.storchakalinkissue22416 messages
2014-09-15 08:42:37serhiy.storchakacreate