Jython 2.2 is available for download:
http://downloads.sourceforge.net/jython/jython_installer-2.2.jar See http://jython.org/Project/installation.html for installation instructions.
This is the first production release of Jython in nearly six years, and it contains many new features:
- new-style classes
- Java List integration
- a PEP 302 implementation
- iterators
- generators
- __future__ division
- support for running on modern JVMs
- a new installer
- ssl and non-blocking support for socket
This gives Jython the same set of language features as Python 2.2. For a more complete list of the additions from 2.1 to 2.2, see the changelog at http://jython.org/NEWS. Only the version numbers changed in the code from 2.2rc3 to this release.