Feature Requests item #1404859, was opened at 2006-01-13 10:25
Message generated for change (Comment added) made by jimjjewett
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1404859&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: friendly quit object

Initial Comment:
Today, there is no cross-platform way to quit.

Today, typing quit returns a message that suggests the 
interpreter is willfully disobeying you.

Instead, change the quit object to one whose __call__ 
will exit, and whose __str__ says something like

"""
quit() exits the interpreter, by calling this quit 
object.
"""


----------------------------------------------------------------------

>Comment By: Jim Jewett (jimjjewett)
Date: 2006-03-09 11:10

Message:
Logged In: YES 
user_id=764593

This RFE would be answered by applying patch 1446372


----------------------------------------------------------------------

Comment By: Jim Jewett (jimjjewett)
Date: 2006-01-13 10:26

Message:
Logged In: YES 
user_id=764593

Rewording welcome; the point is that it should explain *why* 
it can't just exit immediately, unless it is explicitly 
called.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1404859&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to