commit | 04307ce78909562cef566afc987250019cec1f73 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 23 17:49:53 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 23 17:49:53 1998 +0000 |
tree | 7a79c307355cda417e9bb8591c8e6add59fbf94c | |
parent | 0320473a29fef5d35a5da1056e5c30e72cf25ac0 [diff] |
Rewrote the section on sys.exit(), documenting other argument types than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.)