Mailing List Archive

CVS: python/dist/src/Misc NEWS,1.367,1.368
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv31861/Misc

Modified Files:
NEWS
Log Message:
Change sys_exit to use METH_VARARGS.
sys.exit() now requires 0-1 arguments. Previously 2+ arguments were allowed.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.367
retrieving revision 1.368
diff -C2 -d -r1.367 -r1.368
*** NEWS 22 Mar 2002 17:06:59 -0000 1.367
--- NEWS 27 Mar 2002 13:03:09 -0000 1.368
***************
*** 27,30 ****
--- 27,33 ----
- 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