New submission from Eric Smith <e...@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@python
components: Documentation
keywords: easy
messages: 127954
nosy: docs@python, eric.smith
priority: normal
severity: normal
status: open
title: csv documentation should not use open() without close()
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to