From cc8914fb2207dfc269aaef046a07366ff3cfc9f1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 20 Mar 1995 15:09:40 +0000 Subject: [PATCH] fix comment about exit() --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 601a090e4d0..e526652d8a6 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)