]> granicus.if.org Git - python/commit
Implement the other easy thing: repr() of a float now uses %.17g,
authorGuido van Rossum <guido@python.org>
Thu, 23 Dec 1999 19:00:28 +0000 (19:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Dec 1999 19:00:28 +0000 (19:00 +0000)
commit57072eb79fbbb258e6fff4c5a1e87faa3307788b
tree5fa37aff52bac19de1efe065389f8e6c68186e44
parent9093834acb6b926543562ad54e920db096747be1
Implement the other easy thing: repr() of a float now uses %.17g,
while str() uses %.12g as before.
Objects/floatobject.c