[issue16724] Rename `data` argument names to `bytes`

anatoly techtonik report at bugs.python.org
Wed Dec 19 17:32:51 CET 2012


anatoly techtonik added the comment:

Fact no.1: When people use docs as a reference, they don't read top notes.

Face no.2:
This is not explicit:
  binascii.hexlify(data)
This is:
  binascii.hexlify(bytes)

I understand that you like the wording in description, but can't understand why don't want to fix this stuff above.

----------

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


More information about the Python-bugs-list mailing list