homepage

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 nchammas
Recipients SilentGhost, docs@python, nchammas
Date 2016年02月10日.21:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455139898.86.0.532771835419.issue26334@psf.upfronthosting.co.za>
In-reply-to
Content
So you're saying if `bytes.translate()` accepted keyword arguments, its signature would look something like this?
```
bytes.translate(table, delete=None)
```
I guess I was under the mistaken assumption that argument names in the docs always matched keyword arguments in the signature.
But you're right, a strictly positional argument (I guess specified via something like `args*`?) doesn't have a name.
History
Date User Action Args
2016年02月10日 21:31:38nchammassetrecipients: + nchammas, SilentGhost, docs@python
2016年02月10日 21:31:38nchammassetmessageid: <1455139898.86.0.532771835419.issue26334@psf.upfronthosting.co.za>
2016年02月10日 21:31:38nchammaslinkissue26334 messages
2016年02月10日 21:31:38nchammascreate

AltStyle によって変換されたページ (->オリジナル) /