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 Teh Matt
Recipients Teh Matt, ezio.melotti, flox, grahamd, orsenthil
Date 2013-05-20.23:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369091130.31.0.652601595461.issue18020@psf.upfronthosting.co.za>
In-reply-to
Content
I did a few more tests and am seeing the same speed differences Florent noticed.
It seems reasonable to use .replace() instead, as it does the same thing significantly faster.
I've attached a patch doing just this.
History
Date User Action Args
2013-05-20 23:05:30Teh Mattsetrecipients: + Teh Matt, orsenthil, ezio.melotti, grahamd, flox
2013-05-20 23:05:30Teh Mattsetmessageid: <1369091130.31.0.652601595461.issue18020@psf.upfronthosting.co.za>
2013-05-20 23:05:30Teh Mattlinkissue18020 messages
2013-05-20 23:05:30Teh Mattcreate