diff options
| author | Benjamin Peterson <benjamin@python.org> | 2013-05-11 13:00:05 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2013-05-11 13:00:05 -0500 |
| commit | feb51492442881994f8d42dddfac2763794dbaec (patch) | |
| tree | d9d569c5ee8688a3f960266c7a590105e4929f4e /Misc | |
| parent | 8b0e98426dd0e1fde93715256413bc707759db6f (diff) | |
| download | cpython-git-feb51492442881994f8d42dddfac2763794dbaec.tar.gz | |
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? =========================== |
