summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dc65dc..eff4627 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and builtins
- posix.killpg has been added where available.
+- sys.exit() inadvertantly allowed more than one argument.
+ An exception will now be raised if more than one argument is used.
+
Extension modules
- A security hole ("double free") was found in zlib-1.1.3, a popular