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 eric.araujo
Recipients anacrolix, brandon-rhodes, eric.araujo, eric.smith, ezio.melotti, georg.brandl, python-dev, r.david.murray, vstinner, xuanji
Date 2011-07-29.15:11:49
SpamBayes Score 0.05720199
Marked as misclassified No
Message-id <1311952310.45.0.546663565149.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
str.translate is not an option, as the code does not replace but add characters (quotes).

Out of sheer curiosity, I may actually benchmark this.
History
Date User Action Args
2011-07-29 15:11:50eric.araujosetrecipients: + eric.araujo, georg.brandl, vstinner, eric.smith, ezio.melotti, r.david.murray, brandon-rhodes, anacrolix, xuanji, python-dev
2011-07-29 15:11:50eric.araujosetmessageid: <1311952310.45.0.546663565149.issue9723@psf.upfronthosting.co.za>
2011-07-29 15:11:49eric.araujolinkissue9723 messages
2011-07-29 15:11:49eric.araujocreate