commit | a8066087054417885db0a2dbdce2ddb2ac498247 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Sep 02 12:10:08 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 02 12:10:08 2021 +0200 |
tree | 9715670a690514e50d8439085787181157a56ef0 | |
parent | d589a7e7eb56196c05337d37417479375878b127 [diff] |
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.