| commit | c5db92399467e0fbe08b3e4a12cd5cd7eb29218b | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Thu Jul 12 08:38:04 2007 +0000 |
| committer | Georg Brandl <georg@python.org> | Thu Jul 12 08:38:04 2007 +0000 |
| tree | 1b68ac998fd7302451184a12b981a8ee6bbb0717 | |
| parent | fea72f7c1098b27b8eacc9d5fdab4288d7f03059 [diff] [blame] |
Patch #1673759: add a missing overflow check when formatting floats with %G. (backport from rev. 56298)
diff --git a/Misc/NEWS b/Misc/NEWS index d9d2133..78205ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Patch #1673759: add a missing overflow check when formatting floats + with %G. + - Patch #1733960: Allow T_LONGLONG to accept ints. - Prevent expandtabs() on string and unicode objects from causing a segfault