[EMAIL PROTECTED] wrote: > Fredrik> whaddya think? > > We're going to wind up with the same problem that spawned the atexit module: > multiple code sources wanting to fiddle with sys.excepthook step on one > another's toes.
in this case, I'm not sure it matters that much. if you add your own except- hook, you take responsibility. (it would be nice if it was possible to detect "interactive mode" when the site code runs, though. does anyone know if that's possible ?) </F> _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com