summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-06-08 12:55:47 (GMT)
committerGeorg Brandl <georg@python.org>2006-06-08 12:55:47 (GMT)
commitc9ae4e8a2dbe29f1878f9acad411d5a64407fb76 (patch)
tree2022b181622b2947d762eeacaa97d1fa40d7e2e6
parent66a0dbb57662b1fa28b632f3cc0203e886c8a9ac (diff)
downloadcpython-c9ae4e8a2dbe29f1878f9acad411d5a64407fb76.zip
cpython-c9ae4e8a2dbe29f1878f9acad411d5a64407fb76.tar.gz
cpython-c9ae4e8a2dbe29f1878f9acad411d5a64407fb76.tar.bz2
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 d54806a..19664a2 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: