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 scoder
Recipients barry, r.david.murray, rhettinger, scoder, serhiy.storchaka
Date 2017-09-26.19:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506452484.01.0.160706471748.issue31580@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also against changing re.compile() to not compile.

And I often write code like this:

    replace_whitespace = re.compile(r"\s+").sub

which is not covered by your current proposed change.
History
Date User Action Args
2017-09-26 19:01:24scodersetrecipients: + scoder, barry, rhettinger, r.david.murray, serhiy.storchaka
2017-09-26 19:01:24scodersetmessageid: <1506452484.01.0.160706471748.issue31580@psf.upfronthosting.co.za>
2017-09-26 19:01:23scoderlinkissue31580 messages
2017-09-26 19:01:23scodercreate