commit | 0c766a0bb62877a1080acf3c70ca6ed393d9e7fc | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Mar 27 13:03:09 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Mar 27 13:03:09 2002 +0000 |
tree | c4ef3ebf091a8b8a7463fe37c4479e4a6ec36e19 | |
parent | 496f9e41ef01965caf747533acee3611871067b2 [diff] [blame] |
Change sys_exit to use METH_VARARGS. sys.exit() now requires 0-1 arguments. Previously 2+ arguments were allowed.
diff --git a/Misc/NEWS b/Misc/NEWS index 7dc65dc..eff4627 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ - 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