]> granicus.if.org Git - python/commit
Patch #1673759: add a missing overflow check when formatting floats
authorGeorg Brandl <georg@python.org>
Thu, 12 Jul 2007 08:38:00 +0000 (08:38 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Jul 2007 08:38:00 +0000 (08:38 +0000)
commit7c3b50db6614c677588096191d432e734257a244
tree4cb3d1c23d831f1ed5267210be2164317043fce2
parentbc5fbd9f8c1a271557846d7aa7a428ae25f901e8
Patch #1673759: add a missing overflow check when formatting floats
with %G.
Lib/test/test_format.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c