From: Georg Brandl Date: Thu, 8 Jun 2006 12:55:47 +0000 (+0000) Subject: Add news for recent bugfix. X-Git-Tag: v2.5b1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9ae4e8a2dbe29f1878f9acad411d5a64407fb76;p=thirdparty%2FPython%2Fcpython.git Add news for recent bugfix. --- diff --git a/Misc/NEWS b/Misc/NEWS index d54806a9afd1..19664a2344a8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -213,6 +213,9 @@ What's New in Python 2.5 alpha 2? Core and builtins ----------------- +- Bug #1502750: Check bounds integer arguments correctly on 64-bit + platforms. + - Bug #1465834: 'bdist_wininst preinstall script support' was fixed by converting these apis from macros into exported functions again: