summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-10-28 10:00:46 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-10-28 10:00:46 (GMT)
commit75d36004665a637c5d0aa868a5d0b728b3d03d39 (patch)
treeeaae340a81386d4ca660f446cd69f586bf7b10a9 /Misc/NEWS
parent08114d40e94fa97ac9a55b80b69dc269da904fcc (diff)
downloadcpython-75d36004665a637c5d0aa868a5d0b728b3d03d39.zip
cpython-75d36004665a637c5d0aa868a5d0b728b3d03d39.tar.gz
cpython-75d36004665a637c5d0aa868a5d0b728b3d03d39.tar.bz2
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9d29b42..f384a2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.4
Core and Builtins
-----------------
+- Issue #14700: Fix buggy overflow checks for large width and precision
+ in string formatting operations.
+
- Issue #6074: Ensure cached bytecode files can always be updated by the
user that created them, even when the source file is read-only.