commit | 48f2e9980838d592f73b85714694f912fb6452fd | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 31 13:26:22 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 31 13:26:22 2014 -0700 |
tree | 313add84c600cea8d8f336463436a4d3f44305d1 | |
parent | d2058fb5b24bc0a505a57c33d26a98da2001a572 [diff] [blame] |
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) Backport by Alex Gaynor.
diff --git a/Misc/NEWS b/Misc/NEWS index 012acd7..b4fe8fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #21304: Backport the key derivation function hashlib.pbkdf2_hmac from + Python 3 per PEP 466. + - Issue #21552: Fixed possible integer overflow of too long string lengths in the tkinter module on 64-bit platforms.