diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-06-18 20:19:11 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-06-18 20:19:11 (GMT) |
commit | 1a1a06ee36f06782a6fdf60e9a245a6359a0b95e (patch) | |
tree | d375720115a62a27834c4c0c8a4f2ec83d508047 /Misc | |
parent | 360b89ca5e388298a9910b917b1add21a05b9a1b (diff) | |
parent | 9a00e0a41c7bd51cfa9e24977fb81d4dd67e3973 (diff) | |
download | cpython-1a1a06ee36f06782a6fdf60e9a245a6359a0b95e.zip cpython-1a1a06ee36f06782a6fdf60e9a245a6359a0b95e.tar.gz cpython-1a1a06ee36f06782a6fdf60e9a245a6359a0b95e.tar.bz2 |
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -334,6 +334,7 @@ Maxim Dzumanenko Walter Dörwald Hans Eckardt Rodolpho Eckhardt +David Edelsohn John Edmonds Grant Edwards John Ehresman @@ -537,6 +537,9 @@ IDLE Build ----- +- Issue #18256: Compilation fix for recent AIX releases. Patch by + David Edelsohn. + - Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC 4.8. |