[issue10049] Add a "no-op" (null) context manager to contextlib

Raymond Hettinger report at bugs.python.org
Tue Oct 12 20:24:31 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Are you sure that this is useful enough to warrant inclusion in the standard lib?  I don't know of anyone else who has used the same idiom.  It seems crufty to me -- something that adds weight (mental burden and maintenance effort) without adding much value. I don't know that anyone actually needs this.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list