summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-19 12:24:03 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-19 12:24:03 (GMT)
commitfcd8de2d86f15797e6952551b5baa0beb7a7c668 (patch)
tree22787e4932585347549b704ce86cb56af283ea9d
parent3626a505dbffc5539888bfdb596dc20560f0d2a1 (diff)
downloadcpython-fcd8de2d86f15797e6952551b5baa0beb7a7c668.zip
cpython-fcd8de2d86f15797e6952551b5baa0beb7a7c668.tar.gz
cpython-fcd8de2d86f15797e6952551b5baa0beb7a7c668.tar.bz2
lower case pbkdf2_hmac
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 527f3e7..3707fc6 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.