python-2.6.2 Exception: TypeError: "'NoneType' object is not callable" in ignored
John Machin
sjmachin at lexicon.net
Mon Jun 15 22:50:02 EDT 2009
On Jun 16, 6:06 am, Terry Reedy <tjre... at udel.edu> wrote:
> John Machin wrote:
> > On Jun 15, 9:49 am, Terry Reedy <tjre... at udel.edu> wrote:
> >> Poor Yorick wrote:
> >>> The following code produces an error (python-2.6.2).
> >> You forgot to post the error traceback.
>
> > The exception was IGNORED ... so no traceback.
>
> Yes, I forgot that
> Exception TypeError: "'NoneType' object is not callable" in ignored
>
> should be parsed as
>
> '''Exception TypeError: "'NoneType' object is not callable" in''' [was]
> ignored
>
> rather than read as
>
> Exception TypeError: "'NoneType' object is not callable" in ignored
Yep, it's not the clearest message I've ever seen, and it gives no
clue as to who or what is doing the ignoring. Here's a suggestion for
your enhancement request:
Shutdown ignored this exception: TypeError: "'NoneType' object is not
callable"
More information about the Python-list
mailing list