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
Date 2011-05-24.05:14:44
SpamBayes Score 0.03748268
Marked as misclassified No
Message-id <1306214084.99.0.386690557918.issue12164@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.6 and 2.7, str.translate accepts None as a first argument.  That's documented in the docs, but not in the str.translate docstring.
History
Date User Action Args
2011-05-24 05:14:45mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2011-05-24 05:14:44mark.dickinsonsetmessageid: <1306214084.99.0.386690557918.issue12164@psf.upfronthosting.co.za>
2011-05-24 05:14:44mark.dickinsonlinkissue12164 messages
2011-05-24 05:14:44mark.dickinsoncreate