summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-06-08 12:55:47 +0000
committerGeorg Brandl <georg@python.org>2006-06-08 12:55:47 +0000
commitc9ae4e8a2dbe29f1878f9acad411d5a64407fb76 (patch)
tree2022b181622b2947d762eeacaa97d1fa40d7e2e6
parent66a0dbb57662b1fa28b632f3cc0203e886c8a9ac (diff)
downloadcpython-git-c9ae4e8a2dbe29f1878f9acad411d5a64407fb76.tar.gz
Add news for recent bugfix.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d54806a9af..19664a2344 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: