[issue25322] contextlib.suppress not tested for nested usage

R. David Murray report at bugs.python.org
Tue Oct 6 09:04:37 EDT 2015


R. David Murray added the comment:

Hah.  I predicted this thing was going to attract bug reports :)

The behavior you observe is how context managers in general and this one in particular work.  I'll let Nick explain it, since he wrote it.  Maybe there is an doc improvement that would help.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list