[Python-3000] [PATCH] Fix broken round and truncate behaviour (PEP3141)

Guido van Rossum guido at python.org
Fri Aug 24 00:07:55 CEST 2007


Alex and I did a bunch more work based on this patch and checked it in:

Committed revision 57359.


On 8/22/07, Keir Mierle <keir at google.com> wrote:
> This patch fixes the previously added truncate, and also fixes round
> behavior. The two argument version of round is not currently handling
> the round toward even case.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list