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

anatoly techtonik report at bugs.python.org
Wed Dec 19 10:36:38 CET 2012


New submission from anatoly techtonik:

http://docs.python.org/3/library/binascii

- binascii.hexlify(data)
+ binascii.hexlify(bytes)

tag:easy

----------
assignee: docs at python
components: Documentation
messages: 177727
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: Rename `data` argument names to `bytes`
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list