diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-23 09:09:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 07:09:02 +0000 |
commit | 9dc476be2dcfc9bcf53bcb83f4b8d555682d0600 (patch) | |
tree | db33d9ec6128dc46eede9b21d92d7772d4422656 /Python | |
parent | 5ecd8c85f934e13a5ff98db6539d89e0c7c03f2d (diff) | |
download | cpython-9dc476be2dcfc9bcf53bcb83f4b8d555682d0600.tar.gz cpython-9dc476be2dcfc9bcf53bcb83f4b8d555682d0600.zip |
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index ed4a0ac2dd3..4b0580557fb 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -261,7 +261,6 @@ static const char* _Py_stdlib_module_names[] = { "syslog", "tabnanny", "tarfile", -"telnetlib", "tempfile", "termios", "textwrap", |