[issue13175] packaging uses wrong line endings in RECORD files on Windows

Paul Moore report at bugs.python.org
Sun Oct 16 15:50:31 CEST 2011


Paul Moore <p.f.moore at gmail.com> added the comment:

I found the problem - it's in packaging.util.write_record_file. The
file passed to csv.writer should be opened with newline=''.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13175>
_______________________________________


More information about the Python-bugs-list mailing list