Am 08.12.2010 10:42, schrieb Antoine Pitrou: >> But errors don't pass silently, do they? The usual way to present errors >> is still by raising exceptions. > > Or logging them. > http://docs.python.org/dev/library/logging.html#logging.Logger.exception
Yes, thank you I'm aware of the exception() method. But hopefully standard library modules don't use it to report exceptions to code that uses them? Georg _______________________________________________ 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