[Python-Dev] a quit that actually quits

Michael Hudson mwh at python.net
Wed Dec 28 13:30:07 CET 2005


"Fredrik Lundh" <fredrik at pythonware.com> writes:

> Michael Hudson wrote:
>
>> In other news, clever hacks with tb_next and so on also seem
>> excessive.  Why not have the equivalent of "if input.rstrip() ==
>> 'exit': sys.exit()" in the implementation of the interactive
>> interpreter?
>
> that would turn exit and quit into reserved keywords.

In what sense?  Not in the sense of "things in single quotes in
Grammar"...

Cheers,
mwh

-- 
  There are two kinds of large software systems: those that evolved
  from small systems and those that don't work.
                           -- Seen on slashdot.org, then quoted by amk


More information about the Python-Dev mailing list