From: Antoine Pitrou Date: Tue, 18 Jun 2013 20:19:11 +0000 (+0200) Subject: Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. X-Git-Tag: v3.4.0a1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a1a06ee36f06782a6fdf60e9a245a6359a0b95e;p=python Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. --- 1a1a06ee36f06782a6fdf60e9a245a6359a0b95e diff --cc Misc/NEWS index aa7692348b,d9b3f4e851..f1d6bf2e4d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -537,11 -404,13 +537,14 @@@ IDL Build ----- -- Issue #17550: Fix the --enable-profiling configure switch. - -IDLE -------- ++- Issue #18256: Compilation fix for recent AIX releases. Patch by ++ David Edelsohn. + -- Issue #17625: In IDLE, close the replace dialog after it is used. +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC + 4.8. +- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 + on Windows. What's New in Python 3.3.1 release candidate 1? ===============================================