commit | beea26b57e8c80f1eff0f967a0f9d083a7dc3d66 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jan 22 20:44:22 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 22 20:44:22 2020 +0100 |
tree | 473ad7cfdd3e65177dc7e392152759bba38e5826 | |
parent | 14d80d0b605d8b148e14458e4c1853a940071462 [diff] |
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()