summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2006-04-03 16:27:50 (GMT)
committerMatthias Klose <doko@ubuntu.com>2006-04-03 16:27:50 (GMT)
commit8e39ec78bcede7291e0573fc522425221eb05475 (patch)
treecffbc431361f47a0d797ba7f3f7dd3189bb232fa /Misc
parentdb5483be64c59edd743d69e601a1e990c4576ec7 (diff)
downloadcpython-8e39ec78bcede7291e0573fc522425221eb05475.zip
cpython-8e39ec78bcede7291e0573fc522425221eb05475.tar.gz
cpython-8e39ec78bcede7291e0573fc522425221eb05475.tar.bz2
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad65206..9250b2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -491,6 +491,9 @@ Extension Modules
- datetime.datetime() now has a strptime class method which can be used to
create datetime object using a string and format.
+- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
+ with the implementation from http://sourceforge.net/projects/libmd5-rfc/.
+
Library
-------