Ami Tavory wrote:
> From: Peter Otten <__pete...@web.de>
> To: python-list@python.org
> Cc:
> Date: Thu, 14 Feb 2013 09:00:58 +0100
> Subject: Re: "Exception ... in ignored" Messages
How did the subject get into the message body?
> Ami Tavory wrote:
>
&g
Ami Tavory wrote:
> Hi,
>
> Running the unit tests for some generator code, prints, as a side
> effect,
> numerous messages of the form:
>
> ...
> Exception NameError: "global name 'l' is not defined" in _dagpype_internal_fn_act at 0x9d4c500> ignored
> Exception AttributeError: "'NoneType
Hi,
Running the unit tests for some generator code, prints, as a side effect,
numerous messages of the form:
...
Exception NameError: "global name 'l' is not defined" in ignored
Exception AttributeError: "'NoneType' object has no attribute 'close'" in
ignored
Exception AttributeError: "'Non