This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients
Date 2006-03-09.12:37:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As discussed on python-dev, starting with
http://mail.python.org/pipermail/python-dev/2006-March/062156.html.

Here I'm taking the "quit() is synonymous to sys.exit()"
with a special __repr__ approach.

An alternative would be the
"quit() -> SystemExit("quit() called")" approach.
History
Date User Action Args
2007-08-23 15:46:46adminlinkissue1446372 messages
2007-08-23 15:46:46admincreate