[docs] [issue26334] bytes.translate() doesn't take keyword arguments; docs suggests it does

SilentGhost report at bugs.python.org
Wed Feb 10 15:21:17 EST 2016


SilentGhost added the comment:

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.

----------
nosy: +SilentGhost

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26334>
_______________________________________


More information about the docs mailing list