[issue40473] Universal newline not recognizing Mac newline (CR) when using CSV on Windows 10
New submission from Larry Kuhn : Running open with or without rU generates this message when reading a CSV file with CR line endings: DeprecationWarning: 'U' mode is deprecated with open(csvfile, mode='rU', newline='') as cf: Traceback (most recent call last):
[issue40473] Universal newline not recognizing Mac newline (CR) when using CSV on Windows 10
Change by Larry Kuhn : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40473> ___ ___