projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cdac6
)
Mention ossaudiodev.
author
Greg Ward
<gward@python.net>
Fri, 3 Jan 2003 18:02:15 +0000
(18:02 +0000)
committer
Greg Ward
<gward@python.net>
Fri, 3 Jan 2003 18:02:15 +0000
(18:02 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 948c12438647d41867ec26e6e4726d895ffff2ff..33b380c1612e72649c3794bba20b4cc9dbcfb755 100644
(file)
--- 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
-------