Message8731

Author zyasoft
Recipients fwierzbicki, pjenvey, zyasoft
Date 2014-06-19.06:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403159921.41.0.00877188468758.issue1853@psf.upfronthosting.co.za>
In-reply-to
Content
Still an issue, if slightly different:

$ python
Python 2.7.5 (default, Mar  9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> complex(-0.0, -0.0)
(-0-0j)

$ jython27
Jython 2.7b3+ (default:7516d3820146+, Jun 18 2014, 22:11:17)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> complex(-0.0, -0.0)
(-0+0j)
History
Date User Action Args
2014-06-19 06:38:41zyasoftsetmessageid: <1403159921.41.0.00877188468758.issue1853@psf.upfronthosting.co.za>
2014-06-19 06:38:41zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey
2014-06-19 06:38:41zyasoftlinkissue1853 messages
2014-06-19 06:38:41zyasoftcreate