diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-28 23:48:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-28 23:48:40 (GMT) |
commit | 0879b168bf73d3b7e1e6443bdf162c3ecf4f55b7 (patch) | |
tree | a5543b58bf9663df5afe153798150c52348defe8 /Misc/NEWS | |
parent | a094f04e7b4b34e3efc3cf9618b136756ad51a10 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |