[issue11426] CSV examples can't close their files

Eli Bendersky report at bugs.python.org
Fri Mar 11 08:27:37 CET 2011


Eli Bendersky <eliben at gmail.com> added the comment:

The attached patch tries to be true to the convention in other documentation pages, by using "with" in complete code samples (examples), but not using it in prompt (>>>) samples, where usage of "with" unnecessarily complicates interaction.

----------
keywords: +patch
nosy: +ezio.melotti, georg.brandl, ncoghlan
stage:  -> patch review
Added file: http://bugs.python.org/file21078/issue11426.1.patch

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


More information about the Python-bugs-list mailing list