X Tutup
Skip to content

bpo-45085: Remove the binhex module#28117

Merged
ambv merged 1 commit intopython:mainfrom
vstinner:remove_binhex
Sep 2, 2021
Merged

bpo-45085: Remove the binhex module#28117
ambv merged 1 commit intopython:mainfrom
vstinner:remove_binhex

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 1, 2021

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.

https://bugs.python.org/issue45085

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup