summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-12-27 03:31:24 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-12-27 03:31:24 (GMT)
commit71662323992907f1da51ea61a6f29b09e571c089 (patch)
treecb36bc45b63ffe3bba59c33dc067683885aef873 /Misc
parenta7ebb33975ab31fb794774010e9bd52685314517 (diff)
downloadcpython-71662323992907f1da51ea61a6f29b09e571c089.zip
cpython-71662323992907f1da51ea61a6f29b09e571c089.tar.gz
cpython-71662323992907f1da51ea61a6f29b09e571c089.tar.bz2
[Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d5d7675..b198114 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -285,6 +285,7 @@ Chris Hoffman
Albert Hofkamp
Jonathan Hogg
Gerrit Holl
+Shane Holloway
Rune Holm
Philip Homburg
Naofumi Honda
diff --git a/Misc/NEWS b/Misc/NEWS
index 92f81eb..363320b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@ Core and builtins
Library
-------
+- Patch #1182394 from Shane Holloway: speed up HMAC.hexdigest.
+
- Patch #1262036: Prevent TarFiles from being added to themselves under
certain conditions.