Mark Dickinson added the comment:

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]

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1678380>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to