Jython 2.2的新增特性及發布背景介紹
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版本。
【編輯推薦】