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

Nicholas Chammas report at bugs.python.org
Fri Feb 12 18:41:53 EST 2016


Nicholas Chammas added the comment:

Yep, you're right. I'm just understanding now that we have lots of methods defined in C which have signatures like this.

Is there an umbrella issue, perhaps, that covers adding support for keyword-based arguments to functions defined in C, like `translate()`?

----------
resolution:  -> duplicate
status: open -> closed

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


More information about the Python-bugs-list mailing list