Issue1684172

classification
Title: Changes to make compileall work
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, drtimcouper
Priority: normal Keywords: patch

Created on 2007-03-20.08:06:14 by drtimcouper, last changed 2007-04-19.05:38:07 by cgroves.

Files
File name Uploaded Description Edit Remove
compile_all.diff drtimcouper, 2007-03-20.08:06:14 svn diff
Messages
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.
History
Date User Action Args
2007-03-20 08:06:14drtimcoupercreate