• R. David Murray's avatar
    Update documentation for csv module to reflect changes in code, · 8b7d4aa7
    R. David Murray authored
    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.
    8b7d4aa7
test_csv.py 35.7 KB