On Sep 24, 8:10 am, Christian Heimes <li... at cheimes.de> wrote: > Side note: > > sys.exit() is just another way to write raise SystemExit. The function > is defined as: > As can be seen if you were ever silly enough to call sys.exit() in IDLE. ;)