summaryrefslogtreecommitdiffstats
path: root/Misc
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)
commit643238eb53805bc77148adbca83cd22e34d8aeba (patch)
tree950461c58f4a7ad599369d0cfabe9c4883204b5e /Misc
parent3103631f664b0f823d51531801986caef04fdf9e (diff)
downloadcpython-643238eb53805bc77148adbca83cd22e34d8aeba.zip
cpython-643238eb53805bc77148adbca83cd22e34d8aeba.tar.gz
cpython-643238eb53805bc77148adbca83cd22e34d8aeba.tar.bz2
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
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 86a8e35..263712c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,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