mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
gh-104773: PEP 594: Remove the crypt module (#104908)
Remove the crypt module and its private _crypt extension, deprecated in Python 3.11.
This commit is contained in:
parent
38539ef126
commit
e4127eaa1e
28 changed files with 35 additions and 991 deletions
2
Python/stdlib_module_names.h
generated
2
Python/stdlib_module_names.h
generated
|
@ -22,7 +22,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_compat_pickle",
|
||||
"_compression",
|
||||
"_contextvars",
|
||||
"_crypt",
|
||||
"_csv",
|
||||
"_ctypes",
|
||||
"_curses",
|
||||
|
@ -121,7 +120,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"contextvars",
|
||||
"copy",
|
||||
"copyreg",
|
||||
"crypt",
|
||||
"csv",
|
||||
"ctypes",
|
||||
"curses",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue