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
Date 2011-10-17.13:12:33
SpamBayes Score 4.3654304e-06
Marked as misclassified No
Message-id <1318857154.54.0.641953188635.issue13198@psf.upfronthosting.co.za>
In-reply-to
Content
We have duplicate code to write a PEP 376 RECORD file in packaging.util and packaging.command.install_distinfo.  The command should use the function from p7g.util.  Tests would also be good: Currently, one function uses LF as end of line (change made by Tarek, so authoritative) but the other uses os.linesep.
History
Date User Action Args
2011-10-17 13:12:34eric.araujosetrecipients: + eric.araujo, alexis
2011-10-17 13:12:34eric.araujosetmessageid: <1318857154.54.0.641953188635.issue13198@psf.upfronthosting.co.za>
2011-10-17 13:12:33eric.araujolinkissue13198 messages
2011-10-17 13:12:33eric.araujocreate