| commit | c8759666d5dd923cc5c04459ad119f7821e23be2 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sat May 11 13:00:05 2013 -0500 |
| committer | Benjamin Peterson <benjamin@python.org> | Sat May 11 13:00:05 2013 -0500 |
| tree | 50ab62ae797f57ab0fa3a700eaa48d9ac0418ad8 | |
| parent | 5302ba80e79e970873532ea54f3d0aea1e207c01 [diff] [blame] |
-Wformat is needed by gcc 4.8 (closes #17547)
diff --git a/Misc/NEWS b/Misc/NEWS index 2c09420..3e177ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -95,6 +95,9 @@ Build ----- +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC + 4.8. + - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). - Issue #17086: Search the include and library directories provided by the