...
> 
> >>  b) related to (a) is the fact that jython is like a python time capsule.
> >> Many of the features that make python attractive are missing from jython.
> > 
> > For me, that is limited to the with statement and conditional statement
> > in Python 2.5 that are not in Jython 2.2.
> 
> Comprehensions, dates, regex differences, yield and a bunch of other things
> for me.  I found that I had to worry about portability from current python
> scripts quite a bit.
> 
List comprehensions work well for me in Jython 2.2b1.
I don't remember in which CPython version they were introduced, but this
may be one of the features of Jython for which it is a bit ahead of its official
version number.
I never used Python regexes, preferring the Java ones, which are just as
easily usable from Jython.
But then I don't have to worry about portability at all, at least so far.

Regards,
Paul Elschot

Reply via email to