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 MechPaul, benjamin.peterson, ezio.melotti, georg.brandl
Date 2009-04-12.15:52:01
SpamBayes Score 2.250215e-05
Marked as misclassified No
Message-id <1239551523.28.0.0907515729319.issue5675@psf.upfronthosting.co.za>
In-reply-to
Content
This is (kind of) intentional.  string.maketrans operates on bytes, not
string objects.  However, this is quite confusing, so I added
bytes.maketrans() now in py3k, and deprecated string.maketrans(). (r71521)
History
Date User Action Args
2009-04-12 15:52:03georg.brandlsetrecipients: + georg.brandl, benjamin.peterson, ezio.melotti, MechPaul
2009-04-12 15:52:03georg.brandlsetmessageid: <1239551523.28.0.0907515729319.issue5675@psf.upfronthosting.co.za>
2009-04-12 15:52:02georg.brandllinkissue5675 messages
2009-04-12 15:52:01georg.brandlcreate