[issue11125] csv documentation should not use open() without close()

Eric Smith report at bugs.python.org
Sat Feb 5 00:47:22 CET 2011


New submission from Eric Smith <eric at trueblade.com>:

Many places open() is shown as a parameter to a csv method, but close() can't be called. This is not a practice we should be advocating. Better would be to show a 'with' statement, or at least a note explaining this isn't an ideal usage.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 127954
nosy: docs at python, eric.smith
priority: normal
severity: normal
status: open
title: csv documentation should not use open() without close()
versions: Python 3.2

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


More information about the Python-bugs-list mailing list