[Python-checkins] CVS: python/dist/src/Python sysmodule.c,2.98.6.3,2.98.6.4

Michael Hudson mwh@users.sourceforge.net
2002年3月25日 04:33:58 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv6998
Modified Files:
 Tag: release22-maint
	sysmodule.c 
Log Message:
backport nascheme's checkin of
 revision 2.102 of sysmodule.c
Fix wording of sys.exit docstring. Close SF bug 534113.
Index: sysmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/sysmodule.c,v
retrieving revision 2.98.6.3
retrieving revision 2.98.6.4
diff -C2 -d -r2.98.6.3 -r2.98.6.4
*** sysmodule.c	3 Mar 2002 15:17:07 -0000	2.98.6.3
--- sysmodule.c	25 Mar 2002 12:33:56 -0000	2.98.6.4
***************
*** 157,161 ****
 Exit the interpreter by raising SystemExit(status).\n\
 If the status is omitted or None, it defaults to zero (i.e., success).\n\
! If the status numeric, it will be used as the system exit status.\n\
 If it is another kind of object, it will be printed and the system\n\
 exit status will be one (i.e., failure).";
--- 157,161 ----
 Exit the interpreter by raising SystemExit(status).\n\
 If the status is omitted or None, it defaults to zero (i.e., success).\n\
! If the status is numeric, it will be used as the system exit status.\n\
 If it is another kind of object, it will be printed and the system\n\
 exit status will be one (i.e., failure).";

AltStyle によって変換されたページ (->オリジナル) /