Frank Wierzbicki in his blog post has written "Jython 2.7b3 brings us up to language level compatibility with the 2.7 version of CPython."
Does it mean that any CPython 2.7 code would work with Jython?
I have a large code written in CPython 2.7. Since we want to integrate it with JAVA modules, I would be extremely interested in a way of migrating to Jython without rewriting of code. Considering libraries, I use a lot of lxml which (as described here) was not compatible with the previous versions Jython.
lxmlhas C code, which it seems that it does, then it will probably still not work.