From: Christian Heimes Date: Sat, 19 Oct 2013 12:24:03 +0000 (+0200) Subject: lower case pbkdf2_hmac X-Git-Tag: v3.4.0a4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd8de2d86f15797e6952551b5baa0beb7a7c668;p=thirdparty%2FPython%2Fcpython.git lower case pbkdf2_hmac --- diff --git a/Misc/NEWS b/Misc/NEWS index 527f3e7ba032..3707fc6faa55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.