Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
assignee:  -> eric.araujo
components: +Distutils, Distutils2
nosy: +alexis
title: test_bdist_rpm: INSTALLED_FILES does not use __pycache__ -> bdist_rpm: 
INSTALLED_FILES does not use __pycache__
versions: +3rd party, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to