Issue #7117, continued: Change round implementation to use the correctly-rounded
commitc073d014b0e54c314cde0e488ef6103748561f49
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 18 Nov 2009 19:33:35 +0000 (18 19:33 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 18 Nov 2009 19:33:35 +0000 (18 19:33 +0000)
tree01b6c51eead6bf1f7daba9d1680f4a896ca520a3
parent6e71f5807a87f69e490d2e10845fb0971a34cf29
Issue #7117, continued:  Change round implementation to use the correctly-rounded
string <-> float conversions;  this makes sure that the result of the round
operation is correctly rounded, and hence displays nicely using the new float
repr.

git-svn-id: http://svn.python.org/projects/python/trunk@76373 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/floatobject.h
Lib/test/test_float.py
Misc/NEWS
Objects/floatobject.c
Python/bltinmodule.c