Re: [Python-Dev] Mountain Lion drops sign of zero, breaks test_cmath...

2012-08-17 Thread Trent Nelson
On Fri, Aug 17, 2012 at 06:50:09AM -0700, Stefan Krah wrote: > R. David Murray wrote: > > > --- a/Lib/test/test_cmath.pyThu Aug 16 22:14:43 2012 +0200 > > > +++ b/Lib/test/test_cmath.pyFri Aug 17 07:54:05 2012 + > > > > Open an issue on the tracker and make mark.dickinson (and maybe s

Re: [Python-Dev] Mountain Lion drops sign of zero, breaks test_cmath...

2012-08-17 Thread Stefan Krah
R. David Murray wrote: > > --- a/Lib/test/test_cmath.pyThu Aug 16 22:14:43 2012 +0200 > > +++ b/Lib/test/test_cmath.pyFri Aug 17 07:54:05 2012 + > > Open an issue on the tracker and make mark.dickinson (and maybe skrah) > nosy. I think this issue covers the problem: http://bugs.pyth

Re: [Python-Dev] Mountain Lion drops sign of zero, breaks test_cmath...

2012-08-17 Thread R. David Murray
On Fri, 17 Aug 2012 04:00:50 -0400, Trent Nelson wrote: > This is the patch I came up with against test_cmath.py: > > xenon% hg diff Lib/test/test_cmath.py > diff -r ce49599b9fdf Lib/test/test_cmath.py > --- a/Lib/test/test_cmath.pyThu Aug 16 22:14:43 2012 +0200 > +++ b/Lib/test/test_cmat