diff options
| author | Victor Stinner <vstinner@python.org> | 2021-09-02 10:10:08 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 10:10:08 (GMT) |
| commit | a8066087054417885db0a2dbdce2ddb2ac498247 (patch) | |
| tree | 9715670a690514e50d8439085787181157a56ef0 /Python/pythonrun.c | |
| parent | d589a7e7eb56196c05337d37417479375878b127 (diff) | |
| download | cpython-a8066087054417885db0a2dbdce2ddb2ac498247.zip cpython-a8066087054417885db0a2dbdce2ddb2ac498247.tar.gz cpython-a8066087054417885db0a2dbdce2ddb2ac498247.tar.bz2 | |
bpo-45085: Remove the binhex module (GH-28117)
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
