Which command to use, to exit a programm?
Steve Holden
sholden at holdenweb.com
Sat Feb 10 09:03:18 EST 2001
More information about the Python-list mailing list
Sat Feb 10 09:03:18 EST 2001
- Previous message (by thread): Embeding Jython In Java
- Next message (by thread): Which command to use, to exit a programm?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It will usually be sys.exit(). In emergencies you might consider os._exit(). regards Steve -- -- Tools, training and technology to help you meet your information needs "Zamurai" <zamurai at gmx.net> wrote in message news:981813018.1461559148 at news.t-online.de... ?
- Previous message (by thread): Embeding Jython In Java
- Next message (by thread): Which command to use, to exit a programm?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list