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 mark.dickinson
Recipients docs@python, mark.dickinson, petri.lehtinen
Date 2011-06-04.14:54:44
SpamBayes Score 0.00028463325
Marked as misclassified No
Message-id <1307199285.42.0.222610863212.issue12164@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patches!  Here's a slight expansion of the wording on your second patch:

 Return a copy of the string S, where all characters occurring
 in the optional argument deletechars are removed, and the
 remaining characters have been mapped through the given
 translation table, which must be a string of length 256 or None.
 If the table argument is None, no translation is applied and
 the translation simply removes the characters in deletechars.

What do you think?
History
Date User Action Args
2011-06-04 14:54:45mark.dickinsonsetrecipients: + mark.dickinson, docs@python, petri.lehtinen
2011-06-04 14:54:45mark.dickinsonsetmessageid: <1307199285.42.0.222610863212.issue12164@psf.upfronthosting.co.za>
2011-06-04 14:54:44mark.dickinsonlinkissue12164 messages
2011-06-04 14:54:44mark.dickinsoncreate