From: Guido van Rossum Date: Mon, 20 Mar 1995 15:09:40 +0000 (+0000) Subject: fix comment about exit() X-Git-Tag: v1.2b4~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8914fb2207dfc269aaef046a07366ff3cfc9f1;p=thirdparty%2FPython%2Fcpython.git fix comment about exit() --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 601a090e4d09..e526652d8a68 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Various bits of information used by the interpreter are collected in module 'sys'. Function member: -- exit(sts): call (C, POSIX) exit(sts) +- exit(sts): raise SystemExit Data members: - stdin, stdout, stderr: standard file objects - modules: the table of modules (dictionary)