Message8015

Author santa4nt
Recipients normanshelley, santa4nt
Date 2013-05-15.21:16:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368652603.7.0.145705597865.issue2051@psf.upfronthosting.co.za>
In-reply-to
Content
One of my patches must've fixed this already:

$ ./dist/bin/jython
*sys-package-mgr*: processing modified jar, '/home/santa/Code/jython/dist/jython-dev.jar'
Jython 2.7b1+ (default:7ef569b359d1, May 15 2013, 14:14:32) 
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> a = 1234e38
>>> a.hex()
'0x1.6aa3d783845dap+136'
>>> 

Probably need to be included in a unit test, though, if it isn't covered already.
History
Date User Action Args
2013-05-15 21:16:43santa4ntsetmessageid: <1368652603.7.0.145705597865.issue2051@psf.upfronthosting.co.za>
2013-05-15 21:16:43santa4ntsetrecipients: + santa4nt, normanshelley
2013-05-15 21:16:43santa4ntlinkissue2051 messages
2013-05-15 21:16:43santa4ntcreate