diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-07-25 18:19:20 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-07-25 18:19:20 (GMT) |
commit | c2542e986d0070840e8e8833268b9d5c9f297f7c (patch) | |
tree | b58274c918859e2fcb5c9b5a34c528a7041e99cd /Misc/NEWS | |
parent | 5ffd9e9cc99d949e7e526c87be0c0fb2eea0225e (diff) | |
download | cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.zip cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.tar.gz cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.tar.bz2 |
Remove the sunaudio module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core and Builtins Library ------- +- Removed the sunaudio module. Use sunau instead. + - Removed "ast" function aliases from the parser module. - Issue #3313: Fixed a crash when a failed dlopen() call does not set |