Skip to content

Commit fa49c2a

Browse files
[3.13] gh-139672: Remove references to passlib (GH-139673) (#139868)
gh-139672: Remove references to `passlib` (GH-139673) (cherry picked from commit 0446151) Co-authored-by: Kirill Podoprigora <[email protected]>
1 parent 54f9613 commit fa49c2a

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
@@ -1578,8 +1578,6 @@ and are now removed:
15781578

15791579
* :pypi:`bcrypt`:
15801580
Modern password hashing for your software and your servers.
1581-
* :pypi:`passlib`:
1582-
Comprehensive password hashing framework supporting over 30 schemes.
15831581
* :pypi:`argon2-cffi`:
15841582
The secure Argon2 password hashing algorithm.
15851583
* :pypi:`legacycrypt`:

0 commit comments

Comments
 (0)