summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-28 23:49:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-28 23:49:07 (GMT)
commit61e10a5efe4c41602eddf0f7f3bf1b6c96569f6d (patch)
tree517e79b7131402da560ea703c4b603305aa7f37f /Misc/NEWS
parentb3b07205979f8cd33707365027d8958c6c525171 (diff)
parent643238eb53805bc77148adbca83cd22e34d8aeba (diff)
downloadcpython-61e10a5efe4c41602eddf0f7f3bf1b6c96569f6d.zip
cpython-61e10a5efe4c41602eddf0f7f3bf1b6c96569f6d.tar.gz
cpython-61e10a5efe4c41602eddf0f7f3bf1b6c96569f6d.tar.bz2
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73c54a1..3f82f5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #4366: Fix building extensions on all platforms when --enable-shared
+ is used.
+
- Issue #18950: Fix miscellaneous bugs in the sunau module.
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream. Au_write.writeframesraw() now