]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45085: Remove the binhex module (GH-28117)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Sep 2021 10:10:08 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 10:10:08 +0000 (12:10 +0200)
commita8066087054417885db0a2dbdce2ddb2ac498247
tree9715670a690514e50d8439085787181157a56ef0
parentd589a7e7eb56196c05337d37417479375878b127
bpo-45085: Remove the binhex module (GH-28117)

The binhex module, deprecated in Python 3.9, is now removed. The
following binascii functions, deprecated in Python 3.9, are now also
removed:

* a2b_hqx(), b2a_hqx();
* rlecode_hqx(), rledecode_hqx().

The binascii.crc_hqx() function remains available.
12 files changed:
Doc/library/binascii.rst
Doc/library/binhex.rst [deleted file]
Doc/library/netdata.rst
Doc/whatsnew/3.11.rst
Lib/binhex.py [deleted file]
Lib/test/test_binascii.py
Lib/test/test_binhex.py [deleted file]
Misc/NEWS.d/next/Library/2021-09-02-00-47-14.bpo-45085.mMnaDv.rst [new file with mode: 0644]
Modules/binascii.c
Modules/clinic/binascii.c.h
PCbuild/lib.pyproj
Python/stdlib_module_names.h