New submission from STINNER Victor <vstin...@python.org>:

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.

----------
components: Library (Lib)
messages: 400878
nosy: vstinner
priority: normal
severity: normal
status: open
title: Remove the binhex module, binhex4 and hexbin4 standards
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to