On Mon, Mar 8, 2010 at 10:21 AM, Maciej Fijalkowski <[email protected]> wrote: > On Mon, Mar 8, 2010 at 10:47 AM, Guido van Rossum <[email protected]> wrote: >> Actually it sounds like there's some overly general except clause >> somewhere that should be adjusted to catch just "Exception" instead of >> "*". >> > > There is at least one that prints "import 'site' failed" and continues > to run your program.
Yeah, it shouldn't do that. The ^C should fall through. -- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
