]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 71116 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 01:43:09 +0000 (01:43 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 4 Apr 2009 01:43:09 +0000 (01:43 +0000)
commit39836499d9fb94983232873881cbb86921fb8c65
tree5b4ecc74d38b47661e0919a80c8cef2e68b664cc
parentb2d7ca3b95dbdcd0cc3656bb634e6eadc959fabd
Merged revisions 71116 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r71116 | r.david.murray | 2009-04-03 21:38:38 -0400 (Fri, 03 Apr 2009) | 10 lines

  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