Message2692

Author drtimcouper
Recipients
Date 2007-03-20.08:06:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
These changes now ensure that all .py files in a given directory tree get compiled AND persisted to the file system in the same directories as the source file, the compiled module names taking the familiar appendix $py.class. Example: to compile all .py files in <mydirectory>:

jython %JYTHON%\Lib\compileall.py -f <mydirectory>
History
Date User Action Args
2008-02-20 17:18:41adminlinkissue1684172 messages
2008-02-20 17:18:41admincreate