[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

Éric Araujo report at bugs.python.org
Wed Oct 19 21:38:19 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Installation was not completely fixed.  Distutils delegates to each command’s get_outputs method to make the list of all files to install or package in an sdist, and the previous patch missed edits to these get_outputs methods.  I should have fixed it in packaging, I’ll port to distutils soon.

----------
resolution: fixed -> 
stage: committed/rejected -> commit review
status: closed -> open

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


More information about the Python-bugs-list mailing list