diff options
author | Brett Cannon <brett@python.org> | 2022-04-12 00:02:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 00:02:19 (GMT) |
commit | f45aa8f304a12990c2ca687f2088f04b07906033 (patch) | |
tree | bea817bc4da59c5e7a195c23298ede51cc46a6ec /Misc | |
parent | 8a35ce3796e92f8a826955753920ca0567dbe343 (diff) | |
download | cpython-f45aa8f304a12990c2ca687f2088f04b07906033.zip cpython-f45aa8f304a12990c2ca687f2088f04b07906033.tar.gz cpython-f45aa8f304a12990c2ca687f2088f04b07906033.tar.bz2 |
gh-91217: deprecate crypt (GH-91459)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-11-16-13-26.gh-issue-91217.2rf8rc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-11-16-13-26.gh-issue-91217.2rf8rc.rst b/Misc/NEWS.d/next/Library/2022-04-11-16-13-26.gh-issue-91217.2rf8rc.rst new file mode 100644 index 0000000..067783f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-11-16-13-26.gh-issue-91217.2rf8rc.rst @@ -0,0 +1 @@ +Deprecate the crypt module. |