mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library