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 py.user
Recipients docs@python, py.user
Date 2011-06-21.23:35:00
SpamBayes Score 0.049384255
Marked as misclassified No
Message-id <1308699300.81.0.100519829981.issue12385@psf.upfronthosting.co.za>
In-reply-to
Content
help(bytearray.maketrans)

maketrans(...)
    B.maketrans(frm, to) -> translation table
    
    Return a translation table (a bytes object of length 256)
    suitable for use in bytes.translate where each byte in frm is
    mapped to the byte at the same position in to.
    The strings frm and to must be of the same length.
History
Date User Action Args
2011-06-21 23:35:00py.usersetrecipients: + py.user, docs@python
2011-06-21 23:35:00py.usersetmessageid: <1308699300.81.0.100519829981.issue12385@psf.upfronthosting.co.za>
2011-06-21 23:35:00py.userlinkissue12385 messages
2011-06-21 23:35:00py.usercreate