Feature Requests item #1404859, was opened at 2006-01-13 15:25 Message generated for change (Comment added) made by gbrandl 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: Closed >Resolution: Fixed Priority: 5 Submitted By: Jim Jewett (jimjjewett) Assigned to: Georg Brandl (gbrandl) 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: Georg Brandl (gbrandl) Date: 2006-03-09 23:25 Message: Logged In: YES user_id=849994 Patch 1446372 is now applied in rev. 42948. ---------------------------------------------------------------------- Comment By: Jim Jewett (jimjjewett) Date: 2006-03-09 16:11 Message: Logged In: YES user_id=764593 ---------------------------------------------------------------------- Comment By: Jim Jewett (jimjjewett) Date: 2006-03-09 16: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 15: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