Message10317

Author darjus
Recipients darjus, tchaypo, zyasoft
Date 2015-10-07.11:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444216720.45.0.276369968741.issue2380@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in 7745:9adfcf913dff, should be released with 2.7.1

➜  jython  ./dist/bin/jython
Jython 2.7.1 (default:39fa8f188c32+, Oct 7 2015, 22:14:34)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_80
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version_info
sys.version_info(major=2, minor=7, micro=1, releaselevel='beta', serial=0)
>>> sys.version_info.serial
0
History
Date User Action Args
2015-10-07 11:18:40darjussetmessageid: <1444216720.45.0.276369968741.issue2380@psf.upfronthosting.co.za>
2015-10-07 11:18:40darjussetrecipients: + darjus, zyasoft, tchaypo
2015-10-07 11:18:40darjuslinkissue2380 messages
2015-10-07 11:18:40darjuscreate