summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-09-02 10:10:08 (GMT)
committerGitHub <noreply@github.com>2021-09-02 10:10:08 (GMT)
commita8066087054417885db0a2dbdce2ddb2ac498247 (patch)
tree9715670a690514e50d8439085787181157a56ef0 /Python
parentd589a7e7eb56196c05337d37417479375878b127 (diff)
downloadcpython-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')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index 2f75c2e..1743292 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -103,7 +103,6 @@ static const char* _Py_stdlib_module_names[] = {
"base64",
"bdb",
"binascii",
-"binhex",
"bisect",
"builtins",
"bz2",