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 martin.panter
Recipients martin.panter, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2016-07-13.22:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468450182.8.0.0464778050035.issue27506@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of allowing delete=None (which is not in the RST documentation), perhaps it is possible to change the doc string. I can’t remember the details, but I think Argument Clinic allows a virtual Python-level default, something like “object(py_default=b"") = NULL”.

Also, I think I like the change. What do you think about making the first argument optional (default to None), allowing calls like x.translate(delete=b'aeiou')?
History
Date User Action Args
2016-07-13 22:49:42martin.pantersetrecipients: + martin.panter, r.david.murray, serhiy.storchaka, xiang.zhang
2016-07-13 22:49:42martin.pantersetmessageid: <1468450182.8.0.0464778050035.issue27506@psf.upfronthosting.co.za>
2016-07-13 22:49:42martin.panterlinkissue27506 messages
2016-07-13 22:49:42martin.pantercreate