]> 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:04 +0000 (08:38 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Jul 2007 08:38:04 +0000 (08:38 +0000)
commitc5db92399467e0fbe08b3e4a12cd5cd7eb29218b
tree1b68ac998fd7302451184a12b981a8ee6bbb0717
parentfea72f7c1098b27b8eacc9d5fdab4288d7f03059
Patch #1673759: add a missing overflow check when formatting floats
with %G.
 (backport from rev. 56298)
Lib/test/test_format.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c