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 pitrou
Recipients andrewmcnamara, gvanrossum, pitrou
Date 2008-09-04.14:28:19
SpamBayes Score 0.0014596172
Marked as misclassified No
Message-id <1220538500.48.0.473259235986.issue3756@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there are cases where re.escape is performance critical -
are there any?
By the way, it seems to me the simplest way to write re.escape() would
be to use a regexp to do the replacement. It might or might not be the
fastest.
History
Date User Action Args
2008-09-04 14:28:20pitrousetrecipients: + pitrou, gvanrossum, andrewmcnamara
2008-09-04 14:28:20pitrousetmessageid: <1220538500.48.0.473259235986.issue3756@psf.upfronthosting.co.za>
2008-09-04 14:28:19pitroulinkissue3756 messages
2008-09-04 14:28:19pitroucreate