Message6501

Author dstromberg
Recipients dstromberg
Date 2011-04-19.02:14:13
SpamBayes Score 0.011733971
Marked as misclassified No
Message-id <1303179253.68.0.514194167497.issue1737@psf.upfronthosting.co.za>
In-reply-to
Content
It'd be nice to have os.major and os.minor, for the backup program I'm writing.  It currently runs on CPython 2.x, CPython 3.x, PyPy 1.4.1 and recent PyPy trunks.  I'd like to add Jython 2.5.x to that list.

For now, I'm coding around their absence, but this'll make Jython a less appropriate runtime for this program.
History
Date User Action Args
2011-04-19 02:14:13dstrombergsetrecipients: + dstromberg
2011-04-19 02:14:13dstrombergsetmessageid: <1303179253.68.0.514194167497.issue1737@psf.upfronthosting.co.za>
2011-04-19 02:14:13dstromberglinkissue1737 messages
2011-04-19 02:14:13dstrombergcreate