summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d5a669..c123689 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,8 @@ What's New in Python 2.3 beta 1?
Core and builtins
-----------------
-TBD
+- On 64-bit systems, a dictionary could contain duplicate long/int keys
+ if the key value was larger than 2**32. See SF bug #689659.
Extension modules
-----------------