"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "lib/jython/README.txt" of archive TestMaker.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Welcome to Jython 2.1
    2 =======================
    3 
    4 Important: The format of both compiled ($py.class) and frozen module
    5 has changed from version 2.0. It is necesary to delete existing
    6 $py.class files and recompile frozen applications when upgrading
    7 to Jython-2.1.
    8 
    9 Other backward incompatible changes include:
   10 
   11 - The case of module names are now important, even on case ignoring
   12   filesystems like windows. This matches CPython behaviour.
   13 
   14 - The way .zip and .jar files is added to sys.path is changed from 2.1a3.
   15   Use the form: sys.path.append("/path/to/file.zip/Lib") to search for 
   16   modules with the zipped named of "Lib/module.py"
   17