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 SilentGhost
Recipients SilentGhost, docs@python, nchammas
Date 2016-02-10.20:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I don't think docs suggest that in any way. The keyword arguments are typically described like this: https://docs.python.org/3/library/stdtypes.html#str.split

bytes.translate has a typical signature of a function with optional positional arguments.
History
Date User Action Args
2016-02-10 20:21:17SilentGhostsetrecipients: + SilentGhost, docs@python, nchammas
2016-02-10 20:21:17SilentGhostsetmessageid: <[email protected]>
2016-02-10 20:21:17SilentGhostlinkissue26334 messages
2016-02-10 20:21:17SilentGhostcreate