diff options
author | Georg Brandl <georg@python.org> | 2007-08-31 17:17:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-31 17:17:17 (GMT) |
commit | 81ac1ce56af43a37d963ec8aecb7069b7edb2077 (patch) | |
tree | 8e79225231f5e8b2fea8527d29b1274df128f05a /Doc/library/ossaudiodev.rst | |
parent | dcc56f8bf668965ef5f3cfe2fd6a07b7b84b08a8 (diff) | |
download | cpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.zip cpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.tar.gz cpython-81ac1ce56af43a37d963ec8aecb7069b7edb2077.tar.bz2 |
Address a few XXX comments, other fixes.
Diffstat (limited to 'Doc/library/ossaudiodev.rst')
-rw-r--r-- | Doc/library/ossaudiodev.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index 066b26b..de82f00 100644 --- a/Doc/library/ossaudiodev.rst +++ b/Doc/library/ossaudiodev.rst @@ -89,10 +89,6 @@ the standard audio interface for Linux and recent versions of FreeBSD. second is required. This is a historical artifact for compatibility with the older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes. - .. % XXX it might also be motivated - .. % by my unfounded-but-still-possibly-true belief that the default - .. % audio device varies unpredictably across operating systems. -GW - .. function:: openmixer([device]) |