[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.80,1.81
akuchling@users.sourceforge.net
akuchling@users.sourceforge.net
2002年12月01日 06:00:27 -0800
- Next message: [Python-checkins] python/nondist/sandbox/datetime datetime.c,1.28,1.29 datetime.py,1.66,1.67 obj_date.c,1.10,1.11 obj_datetime.c,1.5,1.6 obj_delta.c,1.7,1.8 test_both.py,1.10,1.11 test_datetime.py,1.52,1.53 test_cdatetime.py,1.13,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv14822
Modified Files:
whatsnew23.tex
Log Message:
Add ossaudiodev; fix typo
Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** whatsnew23.tex 29 Nov 2002 19:43:45 -0000 1.80
--- whatsnew23.tex 1 Dec 2002 14:00:21 -0000 1.81
***************
*** 1071,1075 ****
\envvar{LDFLAGS}, and \envvar{CPPFLAGS} environment variables, using
them to override the settings in Python's configuration (contributed
! by Robert Weber); the \function{get_distutils_option()} method lists
recently-added extensions to Distutils.
--- 1071,1075 ----
\envvar{LDFLAGS}, and \envvar{CPPFLAGS} environment variables, using
them to override the settings in Python's configuration (contributed
! by Robert Weber); the \function{get_distutils_options()} method lists
recently-added extensions to Distutils.
***************
*** 1160,1163 ****
--- 1160,1169 ----
\module{posix} module that underlies the \module{os} module.
(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
- Next message: [Python-checkins] python/nondist/sandbox/datetime datetime.c,1.28,1.29 datetime.py,1.66,1.67 obj_date.c,1.10,1.11 obj_datetime.c,1.5,1.6 obj_delta.c,1.7,1.8 test_both.py,1.10,1.11 test_datetime.py,1.52,1.53 test_cdatetime.py,1.13,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]