[issue1286] fileinput, StringIO, and cStringIO do not support the with protocol

Georg Brandl report at bugs.python.org
Sat Jul 31 22:08:41 CEST 2010


Georg Brandl <georg at python.org> added the comment:

For 3.x, the builtin io.StringIO and io.BytesIO already have context manager capability.  Added fileinput in r83359.

----------
resolution:  -> accepted
status: open -> closed

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


More information about the Python-bugs-list mailing list