SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
a8066087054417885db0a2dbdce2ddb2ac498247
Parent: d589a7e
Committed by GitHub <noreply@github.com> on 9/2/2021, 10:10:08 AM