Hi,
In message "Re: Thread.abort_on_exception default to true"
on Wed, 22 Jul 2009 00:00:03 +0900, Roger Pack <rogerpack2005 / gmail.com> writes:
|That being said, could it perhaps at least output something to stderr by
|default to satisfy both cases?
Something to stderr is only useful in debugging, but no good for
production code. When debugging, put -d to the command line options.
It automatically enable abort_on_exception.
matz.