]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39353: Deprecate the binhex module (GH-18025)
authorVictor Stinner <vstinner@python.org>
Wed, 22 Jan 2020 19:44:22 +0000 (20:44 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2020 19:44:22 +0000 (20:44 +0100)
commitbeea26b57e8c80f1eff0f967a0f9d083a7dc3d66
tree473ad7cfdd3e65177dc7e392152759bba38e5826
parent14d80d0b605d8b148e14458e4c1853a940071462
bpo-39353: Deprecate the binhex module (GH-18025)

Deprecate binhex4 and hexbin4 standards. Deprecate the binhex module
and the following binascii functions:

* b2a_hqx(), a2b_hqx()
* rlecode_hqx(), rledecode_hqx()
* crc_hqx()
Doc/library/binascii.rst
Doc/library/binhex.rst
Doc/whatsnew/3.9.rst
Lib/binhex.py
Lib/test/test_binascii.py
Lib/test/test_binhex.py
Misc/NEWS.d/next/Library/2020-01-16-10-21-48.bpo-39353.ntp7Ql.rst [new file with mode: 0644]
Modules/binascii.c
Modules/clinic/binascii.c.h