Issue1684172
Created on 2007-03-20.08:06:14 by drtimcouper, last changed 2007-04-19.05:38:07 by cgroves.
File name |
Uploaded |
Description |
Edit |
Remove |
compile_all.diff
|
drtimcouper,
2007-03-20.08:06:14
|
svn diff |
|
|
msg2692 (view) |
Author: Tim Couper (drtimcouper) |
Date: 2007-03-20.08:06:14 |
|
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>
|
msg2693 (view) |
Author: Charlie Groves (cgroves) |
Date: 2007-04-19.05:38:07 |
|
committed in r3172.
|
|
Date |
User |
Action |
Args |
2007-03-20 08:06:14 | drtimcouper | create | |
|