summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-11 13:00:05 -0500
committerBenjamin Peterson <benjamin@python.org>2013-05-11 13:00:05 -0500
commitfeb51492442881994f8d42dddfac2763794dbaec (patch)
treed9d569c5ee8688a3f960266c7a590105e4929f4e /Misc
parent8b0e98426dd0e1fde93715256413bc707759db6f (diff)
downloadcpython-git-feb51492442881994f8d42dddfac2763794dbaec.tar.gz
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bccd7f66e6..c74107622a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,12 @@ Documentation
- Issue #6696: add documentation for the Profile objects, and improve
profile/cProfile docs. Patch by Tom Pinckney.
+Build
+-----
+
+- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
+ 4.8.
+
What's New in Python 3.3.1?
===========================