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 belopolsky
Recipients belopolsky, eric.araujo
Date 2010-06-12.02:00:00
SpamBayes Score 0.19145176
Marked as misclassified No
Message-id <1276308002.76.0.301961254786.issue8887@psf.upfronthosting.co.za>
In-reply-to
Content
Note that

>>> help(str.translate)
Help on method_descriptor:

translate(...)
    S.translate(table) -> str
    
    Return a copy of the string S, where all characters have been mapped
..

but
>>> help('str.translate')
no Python documentation found for 'str.translate'
History
Date User Action Args
2010-06-12 02:00:02belopolskysetrecipients: + belopolsky, eric.araujo
2010-06-12 02:00:02belopolskysetmessageid: <1276308002.76.0.301961254786.issue8887@psf.upfronthosting.co.za>
2010-06-12 02:00:00belopolskylinkissue8887 messages
2010-06-12 02:00:00belopolskycreate