Zope on Jython (GSoC status update)

Hello,

here is a short update of the current work on porting Zope to Jython.

So far the following parts are working:
-zope.hookable
-(zope.app.debug)
-zope.i18nmessageid
-zope.app.exception
-zope.interface
-zope.component
-zope.configuration
-zope.modulealias
-zope.deferredimport
-(zope.proxy)
-zope.deprecation
-zope.schema
-zc.buildout
-zope.event
-zope.size
-zope.exceptions
-zope.testing
-ZConfig
-zdaemon
-bootstrap.py

changes to Jython:
- "-m" implementation (for Zope bootstrap.py)
- implemented some missing parts (like rsplit) for strings
- fixes to f_locals, f_globals for frames (was different to CPython),
(Continue reading)


Gmane