[issue27506] make bytes/bytearray delete a keyword argument

Xiang Zhang report at bugs.python.org
Sat Jul 23 11:52:07 EDT 2016


Xiang Zhang added the comment:

LGTM. Using b'' instead of the None as the default value of *delete* looks better since it doesn't break backwards compatibility. As for the first argument optional or not, actually it's both okay. You have changed the doc accordingly.

----------

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


More information about the Python-bugs-list mailing list