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 umedoblock
Recipients umedoblock, zach.ware
Date 2015-08-08.07:20:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439018403.68.0.934206230608.issue24827@psf.upfronthosting.co.za>
In-reply-to
Content
In addition.
>>> D(round(D("2.675"), 2)) == D("2.68")
True
>>> D(round(D("1.65"), 1)) == D("1.7")
False

I believe a bug or at least change the __round__().
History
Date User Action Args
2015-08-08 07:20:03umedoblocksetrecipients: + umedoblock, zach.ware
2015-08-08 07:20:03umedoblocksetmessageid: <1439018403.68.0.934206230608.issue24827@psf.upfronthosting.co.za>
2015-08-08 07:20:03umedoblocklinkissue24827 messages
2015-08-08 07:20:03umedoblockcreate