Commit 067a940a authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add ossaudiodev; fix typo

parent 10731910
...@@ -1070,7 +1070,7 @@ Modifying \file{sample.h} would then cause the module to be recompiled. ...@@ -1070,7 +1070,7 @@ Modifying \file{sample.h} would then cause the module to be recompiled.
it now checks for the \envvar{CC}, \envvar{CFLAGS}, \envvar{CPP}, it now checks for the \envvar{CC}, \envvar{CFLAGS}, \envvar{CPP},
\envvar{LDFLAGS}, and \envvar{CPPFLAGS} environment variables, using \envvar{LDFLAGS}, and \envvar{CPPFLAGS} environment variables, using
them to override the settings in Python's configuration (contributed them to override the settings in Python's configuration (contributed
by Robert Weber); the \function{get_distutils_option()} method lists by Robert Weber); the \function{get_distutils_options()} method lists
recently-added extensions to Distutils. recently-added extensions to Distutils.
\item The \module{getopt} module gained a new function, \item The \module{getopt} module gained a new function,
...@@ -1160,6 +1160,12 @@ input values measured in radians. (Contributed by Raymond Hettinger.) ...@@ -1160,6 +1160,12 @@ input values measured in radians. (Contributed by Raymond Hettinger.)
\module{posix} module that underlies the \module{os} module. \module{posix} module that underlies the \module{os} module.
(Contributed by Gustavo Niemeyer and Geert Jansen.) (Contributed by Gustavo Niemeyer and Geert Jansen.)
\item The old and never-documented \module{linuxaudiodev} module has
been renamed to \module{ossaudiodev}, because the OSS sound drivers
can be used on platforms other than Linux. The interface has also
been tidied and brought up to date in various ways. (Contributed by
Greg Ward.)
\item The parser objects provided by the \module{pyexpat} module \item The parser objects provided by the \module{pyexpat} module
can now optionally buffer character data, resulting in fewer calls to can now optionally buffer character data, resulting in fewer calls to
your character data handler and therefore faster performance. Setting your character data handler and therefore faster performance. Setting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment