diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 22:08:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 22:08:36 (GMT) |
commit | 17e1fe0f9ba87eb170493daa0a4de207425195fd (patch) | |
tree | db9e645358037bcec78ab5f92ff53a1cb49e691a /Python | |
parent | b1cb30ec8639e4e65f62e8f6cd44e979640431c8 (diff) | |
download | cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.zip cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.gz cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.bz2 |
gh-104773: PEP 594: Remove the nis module (#104897)
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 f27a801..841eb95 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -184,7 +184,6 @@ static const char* _Py_stdlib_module_names[] = { "msvcrt", "multiprocessing", "netrc", -"nis", "nt", "ntpath", "nturl2path", |