Jython 2.2发布于2007年8月。Jython 2.2版本实现了Python 2.2 以及 2.3中的功能。
Jython 是Python 的Java实现。无缝地结合了Java类与Python,使用户能以Python语言的语法编写在Java虚拟机上运行的程序。
Jython 2.2版本的新特性包括:
new-style classes
Java Collections integration
PEP 302 implementation
iterators
generators
__future__ division
support for running on JDK1.5 and 1.6
new installer
a significant number of features to bring Jython in line with CPython
而这个Jython 2.2版本之后,Jython小组跳过了2.3和2.4版本,直接在08年7月发布了Jython 2.5版本。
【编辑推荐】