[New-bugs-announce] [issue6294] Improve shutdown exception ignored message

Terry J. Reedy report at bugs.python.org
Wed Jun 17 02:01:51 CEST 2009


New submission from Terry J. Reedy <tjreedy at udel.edu>:

When (at least sometimes) exceptions occur during shutdown, warnings
like the following appear:
Exception TypeError: "'NoneType' object is not callable" in  ignored

This is apparently meant to be read as 
Exception <<TypeError: "'NoneType' object is not callable" in ...>>
[was] ignored

instead of, for instance
Exception TypeError: "'NoneType' object is not callable" in ignored

Even when parsed correctly, it is a bit mysterious (who/what ignored the
exception?) to one not in the know and has generated more than one
python-list thread.

Suggestion (from John Machin): reword to something like

Shutdown ignored this exception: TypeError: "'NoneType' object is not
callable"

This would tell people that they might need to find out more about the
shutdown process.

Would it be permissible to change this in 3.1?

----------
keywords: easy
messages: 89441
nosy: tjreedy
severity: normal
status: open
title: Improve shutdown exception ignored message
type: feature request
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6294>
_______________________________________


More information about the New-bugs-announce mailing list