]> granicus.if.org Git - python/commitdiff
lower case pbkdf2_hmac
authorChristian Heimes <christian@cheimes.de>
Sat, 19 Oct 2013 12:24:03 +0000 (14:24 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 19 Oct 2013 12:24:03 +0000 (14:24 +0200)
Misc/NEWS

index 527f3e7ba032affd8e3cda06be2948e3306620d6..3707fc6faa556b8248db99a0234447447c0fa0b4 100644 (file)
--- 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.