This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients docs@python, eric.smith
Date 2011-02-04.23:47:21
SpamBayes Score 0.00012333853
Marked as misclassified No
Message-id <1296863241.98.0.986933657012.issue11125@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-04 23:47:22eric.smithsetrecipients: + eric.smith, docs@python
2011-02-04 23:47:21eric.smithsetmessageid: <1296863241.98.0.986933657012.issue11125@psf.upfronthosting.co.za>
2011-02-04 23:47:21eric.smithlinkissue11125 messages
2011-02-04 23:47:21eric.smithcreate