[docs] [issue11426] CSV examples can't close their files

Roundup Robot report at bugs.python.org
Fri Mar 11 15:43:54 CET 2011


Roundup Robot <devnull at devnull> added the comment:

New changeset 4cb0a8f5c952 by Eli Bendersky in branch 'default':
Issue #11426: use 'with' statements on open files in CSV examples
http://hg.python.org/cpython/rev/4cb0a8f5c952

New changeset d54e9c4fcd43 by Eli Bendersky in branch '3.1':
Issue #11426: use 'with' statements on open files in CSV examples
http://hg.python.org/cpython/rev/d54e9c4fcd43

----------

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


More information about the docs mailing list