This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients aleax, christian.heimes, ggenellina, loewis, mark.dickinson, rhettinger
Date 2008-01-21.21:58:39
SpamBayes Score 0.010232407
Marked as misclassified No
Message-id <1200952721.7.0.906386089197.issue1678380@psf.upfronthosting.co.za>
In-reply-to
Content
This was fixed in the trunk in revision 57284.  I've backported the fix to Python 2.5.2 in revision 
60183.

Leaving this open because there's still a problem for complex numbers, though I guess this is less 
likely to bite people:

Python 2.6a0 (trunk:60158M, Jan 21 2008, 16:21:41) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 0j
0j
>>> -0j
-0j
>>> [0j, -0j]
[0j, 0j]
History
Date User Action Args
2008-01-21 21:58:41mark.dickinsonsetspambayes_score: 0.0102324 -> 0.010232407
recipients: + mark.dickinson, loewis, aleax, rhettinger, ggenellina, christian.heimes
2008-01-21 21:58:41mark.dickinsonsetspambayes_score: 0.0102324 -> 0.0102324
messageid: <1200952721.7.0.906386089197.issue1678380@psf.upfronthosting.co.za>
2008-01-21 21:58:40mark.dickinsonlinkissue1678380 messages
2008-01-21 21:58:39mark.dickinsoncreate