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 wolma
Recipients belopolsky, facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah, stutzbach, wolma
Date 2017-11-09.08:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510215768.8.0.213398074469.issue31978@psf.upfronthosting.co.za>
In-reply-to
Content
>>> for x in range(1,501):
        for y in range(1,501):
            if round(x/y, 1) != float(round(F(x,y), 1)):
                print(x,y)

where F is fractions.Fraction
Sorry!
History
Date User Action Args
2017-11-09 08:22:48wolmasetrecipients: + wolma, rhettinger, facundobatista, mark.dickinson, belopolsky, stutzbach, skrah, serhiy.storchaka
2017-11-09 08:22:48wolmasetmessageid: <1510215768.8.0.213398074469.issue31978@psf.upfronthosting.co.za>
2017-11-09 08:22:48wolmalinkissue31978 messages
2017-11-09 08:22:48wolmacreate