]> granicus.if.org Git - python/commit
Update documentation for csv module to reflect changes in code,
authorR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 01:38:38 +0000 (01:38 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 01:38:38 +0000 (01:38 +0000)
commit8b7d4aa74678ec1ba583fdccd086b78ad7ee71ae
treee7e5d7b8802f52782d4cce3ae8cc236869267689
parent3c33b833dd8f60643cb5d2985c143d3e1e98697e
Update documentation for csv module to reflect changes in code,
specifically that it now expects unicode input (and therefore the
paragraph about it not handling unicode is deleted, as well as
the 'how to handle unicode' examples) and that files should
be opened with "newline=''" instead of binary mode.  Also removed
unused BytesIO import from test_csv.

This addresses issue 4847.
Doc/library/csv.rst
Lib/test/test_csv.py