summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-28 23:48:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-28 23:48:40 (GMT)
commit0879b168bf73d3b7e1e6443bdf162c3ecf4f55b7 (patch)
treea5543b58bf9663df5afe153798150c52348defe8 /Misc/NEWS
parenta094f04e7b4b34e3efc3cf9618b136756ad51a10 (diff)
downloadcpython-0879b168bf73d3b7e1e6443bdf162c3ecf4f55b7.zip
cpython-0879b168bf73d3b7e1e6443bdf162c3ecf4f55b7.tar.gz
cpython-0879b168bf73d3b7e1e6443bdf162c3ecf4f55b7.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 d9e2333..2984b57 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,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