]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finish the work on __round__ and __trunc__.
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 22:07:24 +0000 (22:07 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 22:07:24 +0000 (22:07 +0000)
commit2fa33db12b8cb6ec1dd1b87df6911e311d98457b
treecdc7d475186715895ae3457e91bf0d3c3b7c5e03
parent0f3cff58b284e0098eab71b80d0001e173e6981a
Finish the work on __round__ and __trunc__.
With Alex Martelli and Keir Mierle.
Lib/test/test_builtin.py
Objects/floatobject.c
Objects/longobject.c
Python/bltinmodule.c