diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-10-24 16:36:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 16:36:17 (GMT) |
commit | eab3ff72ebe79416cc032b8508ae13332955a157 (patch) | |
tree | aa3c36c6d3cfc0720d1755d9d9a558c6dc86bad6 /Misc/NEWS.d | |
parent | 831d61d56c5b0f15cfcfd5083638aa111cddb72b (diff) | |
download | cpython-eab3ff72ebe79416cc032b8508ae13332955a157.zip cpython-eab3ff72ebe79416cc032b8508ae13332955a157.tar.gz cpython-eab3ff72ebe79416cc032b8508ae13332955a157.tar.bz2 |
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-04-20-36-28.bpo-31664.4VDUzo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-04-20-36-28.bpo-31664.4VDUzo.rst b/Misc/NEWS.d/next/Library/2017-10-04-20-36-28.bpo-31664.4VDUzo.rst new file mode 100644 index 0000000..bd84749 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-04-20-36-28.bpo-31664.4VDUzo.rst @@ -0,0 +1 @@ +Added support for the Blowfish hashing in the crypt module. |