浏览 5679 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-02-09
http://www.jython.org/Project/roadmap.html 这次的更新有 : 引用 Jython 2.2 beta1 New features - much improved support for __unicode__ especially in the parser (u"string" and friends now result in a PyUnicode object) - added datetime support using the pure python datetime.py from cpython non-dist. - new-style classes and their instances are Java serializable - most new-style builtin types can be pickleds - __slots__ for new-style classes - xml modules from pyxml readded - comparison operations between subclasses of builtin types tries the subclass first even if it's on the right side Bugs fixed. - Modules that throw exceptions while being imported aren't left in sys.modules - Don't allow sys.recursionlimit to be set below 0 - [ 1533624 ] NPE thrown building traceback for a call that jumps threads - [ 1531644 ] import * makes java exception uncatchable - [1243049, 1218089] Can't subclass builtin types in 2.2a1 - [1256506] Importing directory module with 12+ char name fails - [1512745] Allow arbitrary precision for formatted strings, but only 250 chars for decimal, integer and long - [1506749] Instance __dict__ are unassignable - [1599004] several fixes to get the sha module up to speed - [1616493] unicode objects can't be passed to os.path methods - [ 979157 ] Stack traces untrimmed - [ 1299032 ] os.getenv out of sync with cpython - [ 738951 ] jython slice behavior differs from python in __getattr__ - [ 610576 ] Impl of abstract method not found - [ 1374088 ] keyword args to dict() constructor ignored - [ 730082 ] new can't create unbound methods - [ 1382581 ] double(s) read inaccurately from database - [ 1603312 ] subclasses of int raise a TypeError when given large value - [1465476] bad parenthesis nesting terminates interpreter - [ 1227282 ] Deadlock between PythonTraceFunction.safeCall() and imp.import - [ 1421812 ] Jython 2.2a and 2.1 imports directories as modules - [ 480017 ] Proxy super classes are loaded from syspath, not the proxy's classpath - [ 628315 ] problem with Java synchronized lists - [ 1284344 ] __file__ compiled into .py.class file - [ 610576 ] Impl of abstract method not found Patches applied. - [906256] Follow spec for read modes of open() - [868514] yield in finally block -- yield in nested try:except: - [1542997] Only evaluate the second expression in an assert if the first expression is false - [1612711]: add iterkeys, itervalues and iteritems to PyStringMap - [ 1267425 ] make cStringIO work with gzip.py - [ 1361317 ] __set__ failing on PyProperty 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-02-14
很多年没有动静,终于动了一下,。。不过好像sun提供另外的python的java实现方式
|
|
返回顶楼 | |
发表时间:2007-05-23
看了 Jython 的 Roadmap 很心动,有人讨论要把 Parser 用 ANTLR 提到 JavaCC,要真能这么做就好了,还是很期待。
|
|
返回顶楼 | |
发表时间:2007-06-05
Microsoft 挖走了 Jython作者之后,Jython就差不多出于半死状态。这样灭掉对手的方式,倒是屡见不鲜。
早先听说JRuby,我还在寻思着Microsoft是不是又要故伎重演。 不过SUN这次先动手了,呵呵。 |
|
返回顶楼 | |