[Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
Georg Brandl
g.brandl at gmx.net
Fri Oct 11 20:37:09 CEST 2013
Am 11.10.2013 19:24, schrieb Barry Warsaw:
> On Oct 11, 2013, at 01:19 PM, Eric V. Smith wrote:
>
>>But, to continue to paint the shed, shouldn't it be "ignoring", to match
>>"closing"?
>
> Maybe so.
Would at least be consistent since both actions (close/ignore) are done at
the end of the execution of the block...
Georg
More information about the Python-Dev
mailing list