[docs] [issue26535] Minor typo in the docs for struct.unpack

Serhiy Storchaka report at bugs.python.org
Fri Mar 11 02:04:06 EST 2016


Serhiy Storchaka added the comment:

I would remove "len(bytes) must equal " at all. len() can return a value not equal to the number of bytes contained in the buffer (e.g. for array('I')).

----------
nosy: +martin.panter, serhiy.storchaka

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


More information about the docs mailing list