diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Core and Builtins Library ------- -- Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC. +- Issue #19254: Provide an optimized Python implementation of pbkdf2_hmac. - Issues #19201, #19222, #19223: Add "x" mode (exclusive creation) in opening file to bz2, gzip and lzma modules. Patches by Tim Heaney and Vajrasky Kok. |