]> granicus.if.org Git - python/commit
Issue #1811: Improve accuracy and consistency of true division for integers.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 14:55:57 +0000 (14:55 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 14:55:57 +0000 (14:55 +0000)
commit465728364749e903fb4293b2f7a266b58de6bde4
treef9d2a61c2151a4afadf7afe0356efeb21f63a912
parent13c2ef92f81092a4e46382e52bf586eb6bf512ed
Issue #1811:  Improve accuracy and consistency of true division for integers.
Lib/test/test_long_future.py
Misc/NEWS
Objects/intobject.c
Objects/longobject.c