]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove the crypt module (#104908)
authorVictor Stinner <vstinner@python.org>
Thu, 25 May 2023 13:45:46 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 13:45:46 +0000 (15:45 +0200)
commite4127eaa1ea9104be0a1d9d9e147d50ba88f59aa
treeb6d74e28f2325fb4f8c27a94cc101d351b775054
parent38539ef1267f26a8b3508fcc8c6199cf46fc300b
gh-104773: PEP 594: Remove the crypt module (#104908)

Remove the crypt module and its private _crypt extension, deprecated
in Python 3.11.
28 files changed:
Doc/library/crypt.rst [deleted file]
Doc/library/crypto.rst
Doc/library/pwd.rst
Doc/library/superseded.rst
Doc/license.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.9.rst
Lib/crypt.py [deleted file]
Lib/test/test___all__.py
Lib/test/test_crypt.py [deleted file]
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/next/Library/2023-05-25-00-53-08.gh-issue-104773.Iyjtt0.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/_cryptmodule.c [deleted file]
Modules/clinic/_cryptmodule.c.h [deleted file]
Python/stdlib_module_names.h
Tools/wasm/Setup.local.example
Tools/wasm/wasm_assets.py
configure
configure.ac
pyconfig.h.in