]> granicus.if.org Git - python/commit
SF bug #444510: int() should guarantee truncation.
authorTim Peters <tim.peters@gmail.com>
Thu, 26 Jul 2001 20:02:17 +0000 (20:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 26 Jul 2001 20:02:17 +0000 (20:02 +0000)
commit7321ec437b0aef968b83137d9c638551cabab706
tree83890a0d039e47d282d2abda1f8eb173710de3f8
parent7cf92fa1c891b53e6143e090009911c0231bb24a
SF bug #444510: int() should guarantee truncation.
It's guaranteed now, assuming the platform modf() works correctly.
Doc/lib/libfuncs.tex
Lib/test/test_b1.py
Objects/floatobject.c