[issue5128] compileall: consider ctime

Brett Cannon report at bugs.python.org
Sun Oct 21 16:35:05 CEST 2012


Brett Cannon added the comment:

There is no patch, Djoume, but honestly that's fine since if you want to submit a change to something it should go in a new issue.

But honestly compileall needs to be rewritten in Python 3.4 to use importlib and have it control when source code should be rebuilt since the .pyc format changed in Python 3.3 to include source file size.

----------

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


More information about the Python-bugs-list mailing list