diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-28 23:49:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-28 23:49:07 (GMT) |
commit | 61e10a5efe4c41602eddf0f7f3bf1b6c96569f6d (patch) | |
tree | 517e79b7131402da560ea703c4b603305aa7f37f /Misc/NEWS | |
parent | b3b07205979f8cd33707365027d8958c6c525171 (diff) | |
parent | 643238eb53805bc77148adbca83cd22e34d8aeba (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |