summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-17 17:55:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-17 17:55:07 (GMT)
commit671b4d948e95673604419305bb4bbdf9cd20ab3d (patch)
tree21d9f55e492f23ab9311916f3ae8a64982937816 /Misc
parent7ac98ae3b3475d1379411f103486a8a69b6bbaf1 (diff)
downloadcpython-671b4d948e95673604419305bb4bbdf9cd20ab3d.zip
cpython-671b4d948e95673604419305bb4bbdf9cd20ab3d.tar.gz
cpython-671b4d948e95673604419305bb4bbdf9cd20ab3d.tar.bz2
Issue #9612: The set object is now 64-bit clean under Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95a9d58..42a04f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 2?
Core and Builtins
-----------------
+- Issue #9612: The set object is now 64-bit clean under Windows.
+
- Issue #8202: sys.argv[0] is now set to '-m' instead of '-c' when searching
for the module file to be executed with the -m command line option.