Skip to content

Commit 4f949e8

Browse files
author
Kirill Podoprigora
committed
Remove references topasslib
1 parent 3195da0 commit 4f949e8

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)