summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2003-01-03 18:02:15 (GMT)
committerGreg Ward <gward@python.net>2003-01-03 18:02:15 (GMT)
commit6c58d4643a51e15cca9c87c866fd152550d19fb0 (patch)
treef9c26b994df2792340b44a095d6988e8b4b4fd6d /Misc
parent61cdac6d3d00b4a1b34c64b2fae0e1be10b5fdb4 (diff)
downloadcpython-6c58d4643a51e15cca9c87c866fd152550d19fb0.zip
cpython-6c58d4643a51e15cca9c87c866fd152550d19fb0.tar.gz
cpython-6c58d4643a51e15cca9c87c866fd152550d19fb0.tar.bz2
Mention ossaudiodev.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 948c124..33b380c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -549,6 +549,11 @@ Extension modules
letter 'r', 'w' or 'a', otherwise a ValueError is raised. This fixes
bug #623464.
+- The linuxaudiodev module is now deprecated; it is being replaced by
+ ossaudiodev. The interface has been extended to cover a lot more of
+ OSS (see www.opensound.com), including most DSP ioctls and the
+ OSS mixer API. Documentation forthcoming in 2.3a2.
+
Library
-------