commit | cd8799f077d236a06a86a9cf707de2a246fb800d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 23 23:16:14 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 23 23:16:14 2012 +0200 |
tree | 0136dc027c182c8a9918ade254f016880a2389aa | |
parent | d68ffdb45a97eabbe54e8499828db63d5faa07e9 [diff] [blame] |
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes.
diff --git a/Misc/NEWS b/Misc/NEWS index de0ec5d..e091706 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Issue #14888: Fix misbehaviour of the _md5 module when called on data + larger than 2**32 bytes. + - Issue #14875: Use float('inf') instead of float('1e66666') in the json module. - Issue #14572: Prevent build failures with pre-3.5.0 versions of