mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
The binascii.crc_hqx() function is no longer deprecated.
This commit is contained in:
parent
2bf127d97b
commit
c38fd0df2b
6 changed files with 3 additions and 15 deletions
|
@ -132,8 +132,6 @@ The :mod:`binascii` module defines the following functions:
|
|||
*x*:sup:`16` + *x*:sup:`12` + *x*:sup:`5` + 1, often represented as
|
||||
0x1021. This CRC is used in the binhex4 format.
|
||||
|
||||
.. deprecated:: 3.9
|
||||
|
||||
|
||||
.. function:: crc32(data[, value])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue