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 serhiy.storchaka
Recipients gregory.p.smith, serhiy.storchaka, terry.reedy
Date 2013-03-04.17:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362418129.34.0.865091354589.issue17301@psf.upfronthosting.co.za>
In-reply-to
Content
How *just and *strip can modify an argument in-place? All other methods except title (lower, swapcase, upper) are partial cases of translate. I.e. you need only in-place translate. However I doubt that difference will be more than several percents. Actually translate uses more tacts per byte than memcpy.
History
Date User Action Args
2013-03-04 17:28:49serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gregory.p.smith
2013-03-04 17:28:49serhiy.storchakasetmessageid: <1362418129.34.0.865091354589.issue17301@psf.upfronthosting.co.za>
2013-03-04 17:28:49serhiy.storchakalinkissue17301 messages
2013-03-04 17:28:49serhiy.storchakacreate