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 Arfrever, eltoder, jdharper, mark.dickinson, pitrou, r.david.murray, rhettinger
Date 2011-03-11.08:32:48
SpamBayes Score 0.0002904706
Marked as misclassified No
Message-id <1299832374.3.0.644140624107.issue11244@psf.upfronthosting.co.za>
In-reply-to
Content
fold-0.patch looks good to me, but why do you include tests only for the float case (-0.0) and not the integer case (-0)?

Style nitpick:  "def negzero(): return -(1.0-1.0)" should be on two source lines, not one.
History
Date User Action Args
2011-03-11 08:32:54mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, pitrou, Arfrever, r.david.murray, jdharper, eltoder
2011-03-11 08:32:54mark.dickinsonsetmessageid: <1299832374.3.0.644140624107.issue11244@psf.upfronthosting.co.za>
2011-03-11 08:32:48mark.dickinsonlinkissue11244 messages
2011-03-11 08:32:48mark.dickinsoncreate