diff options
Diffstat (limited to 'Doc/library/binascii.rst')
-rw-r--r-- | Doc/library/binascii.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/binascii.rst b/Doc/library/binascii.rst index dffdd81..8488743 100644 --- a/Doc/library/binascii.rst +++ b/Doc/library/binascii.rst @@ -123,10 +123,6 @@ The :mod:`binascii` module defines the following functions: return value is the correct 32bit binary representation regardless of sign. -.. versionchanged:: 3.0 - The return value is unsigned and in the range [0, 2**32-1] - regardless of platform. - .. function:: b2a_hex(data) hexlify(data) |