mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
gh-139672: Remove references to passlib (#139673)
This commit is contained in:
parent
9fc4366f09
commit
04461510fb
2 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ being deprecated in Python 3.11. The removal was decided in :pep:`594`.
|
|||
|
||||
Applications can use the :mod:`hashlib` module from the standard library.
|
||||
Other possible replacements are third-party libraries from PyPI:
|
||||
:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`.
|
||||
:pypi:`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`.
|
||||
These are not supported or maintained by the Python core team.
|
||||
|
||||
The last version of Python that provided the :mod:`!crypt` module was
|
||||
|
|
|
|||
|
|
@ -1569,8 +1569,6 @@ and are now removed:
|
|||
|
||||
* :pypi:`bcrypt`:
|
||||
Modern password hashing for your software and your servers.
|
||||
* :pypi:`passlib`:
|
||||
Comprehensive password hashing framework supporting over 30 schemes.
|
||||
* :pypi:`argon2-cffi`:
|
||||
The secure Argon2 password hashing algorithm.
|
||||
* :pypi:`legacycrypt`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue