]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 26 Mar 2011 12:18:00 +0000 (12:18 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 26 Mar 2011 12:18:00 +0000 (12:18 +0000)
commit874d59ee91d257702325fc86658203834fb35589
tree47038b670e972bc15cae894853e87e750a13fb1f
parentd3cb2f6e2cd837bd6a0258a8e4e6699d703cf8b4
Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long.
Lib/test/test_float.py
Misc/NEWS
Objects/floatobject.c