[Python-Dev] quit() on the prompt
Neil Schemenauer
nas at arctrix.com
Wed Mar 8 19:00:14 CET 2006
More information about the Python-Dev mailing list
Wed Mar 8 19:00:14 CET 2006
- Previous message: [Python-Dev] quit() on the prompt
- Next message: [Python-Dev] quit() on the prompt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido at python.org> wrote: > Bad idea, as several pointed out -- quit() should return a 0 exit > to the shell. I like the idea of making "quit" callable. One small concern I have is that people will use it in scripts to exit (rather than one of the other existing ways to exit). OTOH, maybe that's a feature. Neil
- Previous message: [Python-Dev] quit() on the prompt
- Next message: [Python-Dev] quit() on the prompt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list