[docs] [issue27622] int.to_bytes(): docstring is not precise

INADA Naoki report at bugs.python.org
Tue Jul 26 02:53:53 EDT 2016


INADA Naoki added the comment:

docstring says:

The integer is represented using length bytes.  An OverflowError is
raised if the integer is not representable with the given number of
bytes.

(Python 3.5.2)

----------
nosy: +methane

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


More information about the docs mailing list