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 rhettinger
Recipients rhettinger, wesrl
Date 2021-11-16.22:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637102615.58.0.897167380322.issue45824@roundup.psfhosted.org>
In-reply-to
Content
I don't think that is the job of CSV docs.  Appending is a general skill and not specific to that module.

Likewise, the CSV module docs don't cover other general file manipulation skills like closing, using seek() to rewind, manipulating filenames and paths, setting permissions, etc.

The csv.writer docs seem reasonable to me:

"""Return a writer object responsible for converting the user’s data into delimited strings on the given file-like object. csvfile can be any object with a write() method."""
History
Date User Action Args
2021-11-16 22:43:35rhettingersetrecipients: + rhettinger, wesrl
2021-11-16 22:43:35rhettingersetmessageid: <1637102615.58.0.897167380322.issue45824@roundup.psfhosted.org>
2021-11-16 22:43:35rhettingerlinkissue45824 messages
2021-11-16 22:43:35rhettingercreate