summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-19 20:05:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-19 20:05:05 (GMT)
commit0abb21884c422d23013ebd0cbd2c37c09d4ea0c5 (patch)
tree37a961d1f0b0cc13631aeaea229677869f30ff98 /Misc
parent0e071c967cfdc32c1c4c9a8ab6d6f4777dba267e (diff)
downloadcpython-0abb21884c422d23013ebd0cbd2c37c09d4ea0c5.zip
cpython-0abb21884c422d23013ebd0cbd2c37c09d4ea0c5.tar.gz
cpython-0abb21884c422d23013ebd0cbd2c37c09d4ea0c5.tar.bz2
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Patch by David Edelsohn.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2f584f..efe7cb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Core and Builtins
Library
-------
+- Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
+ Patch by David Edelsohn.
+
- Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
- Issue #18776: atexit callbacks now display their full traceback when they