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, skrah
Date 2011-11-02.16:50:08
SpamBayes Score 1.328378e-05
Marked as misclassified No
Message-id <1320252609.15.0.474981484581.issue13307@psf.upfronthosting.co.za>
In-reply-to
Content
bdist_rpm uses the record option of install to create INSTALLED_FILES.

install delegates to the get_output method of install_* commands to build its record.

install_lib has buggy code that appends 'c' or 'o' instead of using imp functions.  I have expanded one test and successfully reproduced the bug; next I will fix the code.
History
Date User Action Args
2011-11-02 16:50:09eric.araujosetrecipients: + eric.araujo, skrah, alexis
2011-11-02 16:50:09eric.araujosetmessageid: <1320252609.15.0.474981484581.issue13307@psf.upfronthosting.co.za>
2011-11-02 16:50:08eric.araujolinkissue13307 messages
2011-11-02 16:50:08eric.araujocreate