This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2011-10-14.15:27:30
SpamBayes Score 2.3367642e-05
Marked as misclassified No
Message-id <1318606051.68.0.877908758947.issue13175@psf.upfronthosting.co.za>
In-reply-to
Content
packaging.util creates a RECORD file with OS-specific line endings and csv.writerow; packaging.command.install_distinfo uses LF everywhere and csv.writerow.  I’m not sure this is related to binary vs. text I/O; maybe it’s some other code like the RESOURCES system that’s giving lines with endings to install_distinfo, which then adds CRLF.  Do you have a RECORD file to upload for inspection?
History
Date User Action Args
2011-10-14 15:27:31eric.araujosetrecipients: + eric.araujo, paul.moore, tarek, alexis
2011-10-14 15:27:31eric.araujosetmessageid: <1318606051.68.0.877908758947.issue13175@psf.upfronthosting.co.za>
2011-10-14 15:27:31eric.araujolinkissue13175 messages
2011-10-14 15:27:30eric.araujocreate