SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
R
R. David Murray committed
8b7d4aa74678ec1ba583fdccd086b78ad7ee71ae
Parent: 3c33b83