This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-09-01.22:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630536298.51.0.0911172102047.issue45085@roundup.psfhosted.org>
In-reply-to
Content
The binhex module was deprecated in Python 3.9 by bpo-39353 (commit beea26b57e8c80f1eff0f967a0f9d083a7dc3d66). I propose to remove it: see attached PR.

The PR also removes the following binascii functions, also deprecated in Python 3.9:

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

The binascii.crc_hqx() function remains available.
History
Date User Action Args
2021-09-01 22:44:58vstinnersetrecipients: + vstinner
2021-09-01 22:44:58vstinnersetmessageid: <1630536298.51.0.0911172102047.issue45085@roundup.psfhosted.org>
2021-09-01 22:44:58vstinnerlinkissue45085 messages
2021-09-01 22:44:58vstinnercreate