You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 634B

1234567891011121314151617
  1. Welcome to Jython 2.1
  2. =======================
  3. Important: The format of both compiled ($py.class) and frozen module
  4. has changed from version 2.0. It is necesary to delete existing
  5. $py.class files and recompile frozen applications when upgrading
  6. to Jython-2.1.
  7. Other backward incompatible changes include:
  8. - The case of module names are now important, even on case ignoring
  9. filesystems like windows. This matches CPython behaviour.
  10. - The way .zip and .jar files is added to sys.path is changed from 2.1a3.
  11. Use the form: sys.path.append("/path/to/file.zip/Lib") to search for
  12. modules with the zipped named of "Lib/module.py"