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 georg.brandl
Recipients georg.brandl, gvanrossum
Date 2007-11-25.01:24:45
SpamBayes Score 0.027160566
Marked as misclassified No
Message-id <1195953885.52.0.314966183764.issue1496@psf.upfronthosting.co.za>
In-reply-to
Content
This patch restores old behavior of str.translate() and adds the
str.maketrans() static method. Docs and tests will follow if this is the
right way to go.
Files
File name Uploaded
str-maketrans.diff georg.brandl, 2007-11-25.01:24:45
History
Date User Action Args
2007-11-25 01:24:45georg.brandlsetspambayes_score: 0.0271606 -> 0.027160566
recipients: + georg.brandl, gvanrossum
2007-11-25 01:24:45georg.brandlsetspambayes_score: 0.0271606 -> 0.0271606
messageid: <1195953885.52.0.314966183764.issue1496@psf.upfronthosting.co.za>
2007-11-25 01:24:45georg.brandllinkissue1496 messages
2007-11-25 01:24:45georg.brandlcreate