]> granicus.if.org Git - python/commit
math.floor(<int>) now returns the argument,
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 03:46:30 +0000 (03:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 03:46:30 +0000 (03:46 +0000)
commit28bbe4252eeccd3e7df351ce7beff5774de0b702
treef3d156ab82f4ef17b27cc4cc9c839b8877831fab
parent9cfc62c44f6532b90ce3de700cff680644cb2df6
math.floor(<int>) now returns the argument,
so the overflow test no longer matters.
Lib/test/test_long.py