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 andrewmcnamara
Recipients andrewmcnamara, gvanrossum, pitrou
Date 2008-09-08.02:12:54
SpamBayes Score 6.0804055e-08
Marked as misclassified No
Message-id <1220839975.05.0.692473113254.issue3756@psf.upfronthosting.co.za>
In-reply-to
Content
I meant "I can certainly imagine use cases..."

In case it's not clear, I think the implementation in the patch is 
"good enough" (unless someone can suggest any obvious optimisations).

If someone can prove that re.escape() performance is causing problems 
for other modules in the standard lib (email, ctypes, warnings, 
fnmatch, _strptime use it, among others), then we might consider a C 
implementation.
History
Date User Action Args
2008-09-08 02:12:55andrewmcnamarasetrecipients: + andrewmcnamara, gvanrossum, pitrou
2008-09-08 02:12:55andrewmcnamarasetmessageid: <1220839975.05.0.692473113254.issue3756@psf.upfronthosting.co.za>
2008-09-08 02:12:54andrewmcnamaralinkissue3756 messages
2008-09-08 02:12:54andrewmcnamaracreate