]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
authorVictor Stinner <vstinner@python.org>
Thu, 30 Jan 2020 08:56:40 +0000 (09:56 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 08:56:40 +0000 (09:56 +0100)
commitc38fd0df2b4cbc1cc906d8dfe23f63b67cd6965f
treebf4258c96731f8c0e1fbc525abd27514308300b2
parent2bf127d97bd1d60ead7c20d429b0c61ef61fc554
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)

The binascii.crc_hqx() function is no longer deprecated.
Doc/library/binascii.rst
Doc/whatsnew/3.9.rst
Lib/binhex.py
Lib/test/test_binascii.py
Misc/NEWS.d/next/Library/2020-01-30-09-07-16.bpo-39353.wTl9hc.rst [new file with mode: 0644]
Modules/binascii.c