Skip to content

Commit 2cc13ff

Browse files
[3.14] gh-139672: Remove references to passlib (GH-139673) (#139867)
gh-139672: Remove references to `passlib` (GH-139673) (cherry picked from commit 0446151) Co-authored-by: Kirill Podoprigora <[email protected]>
1 parent 9256254 commit 2cc13ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Doc/library/crypt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ being deprecated in Python 3.11. The removal was decided in :pep:`594`.
1313

1414
Applications can use the :mod:`hashlib` module from the standard library.
1515
Other possible replacements are third-party libraries from PyPI:
16-
:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`.
16+
:pypi:`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`.
1717
These are not supported or maintained by the Python core team.
1818

1919
The last version of Python that provided the :mod:`!crypt` module was

Doc/whatsnew/3.13.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,8 +1569,6 @@ and are now removed:
15691569

15701570
* :pypi:`bcrypt`:
15711571
Modern password hashing for your software and your servers.
1572-
* :pypi:`passlib`:
1573-
Comprehensive password hashing framework supporting over 30 schemes.
15741572
* :pypi:`argon2-cffi`:
15751573
The secure Argon2 password hashing algorithm.
15761574
* :pypi:`legacycrypt`:

0 commit comments

Comments
 (0)