Message12037

Author jeff.allen
Recipients amak, jeff.allen, joanselm, stefan.richthofer
Date 2018-07-01.06:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530427445.47.0.56676864532.issue2694@psf.upfronthosting.co.za>
In-reply-to
Content
The textbook answer is "version 2.7" but you want to know what to expect from the standard library, expressed as "roughly what comes with release 2.7.x of CPython". This is not so straightforward. We will always be slightly stuck in the past, caused by modules that have to have special versions for Jython and modules we have not updated by copying from CPython.

We've discussed the rough equivalence (for the tip or 2.7.2) on jython-dev, I think concluding it was "about 2.7.9"). But it's patchy.

It's easy enough to copy the Python stdlib into the Jython source. Dealing with the breakage can result in more Jython specials or more Java. We try to drive that down: it is always nice to be able to delete a Jython special. It is a good thing at the right time.

I can't say anything sensible about a 2.7.2 release date. We set a low bar (I thought) at the start of the year in terms of must-fix bugs, but here I am wrestling with #2182 (Gradle) and its July already.
History
Date User Action Args
2018-07-01 06:44:05jeff.allensetmessageid: <1530427445.47.0.56676864532.issue2694@psf.upfronthosting.co.za>
2018-07-01 06:44:05jeff.allensetrecipients: + jeff.allen, amak, stefan.richthofer, joanselm
2018-07-01 06:44:05jeff.allenlinkissue2694 messages
2018-07-01 06:44:04jeff.allencreate