From: Matthias Klose Date: Mon, 3 Apr 2006 16:34:56 +0000 (+0000) Subject: - correct patch number X-Git-Tag: v2.5a1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d77f8b3beac7777e682d8b6e7dfc079db9a85159;p=thirdparty%2FPython%2Fcpython.git - correct patch number --- diff --git a/Misc/NEWS b/Misc/NEWS index 9250b2f5d572..9ccc8ad5139b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -491,7 +491,7 @@ 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 +- Patch #1117961: Replace the MD5 implementation from RSA Data Security Inc with the implementation from http://sourceforge.net/projects/libmd5-rfc/. Library