[Python-checkins] python/dist/src/Doc/lib libossaudiodev.tex, 1.12.4.2, 1.12.4.3

gward at users.sourceforge.net gward at users.sourceforge.net
Wed Mar 9 01:55:39 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24519/Doc/lib

Modified Files:
      Tag: release24-maint
	libossaudiodev.tex 
Log Message:
SF #818006: revert addition of 'closed', 'mode', and 'name' attributes
to oss_audio_device objects.


Index: libossaudiodev.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libossaudiodev.tex,v
retrieving revision 1.12.4.2
retrieving revision 1.12.4.3
diff -u -d -r1.12.4.2 -r1.12.4.3
--- libossaudiodev.tex	7 Mar 2005 01:32:03 -0000	1.12.4.2
+++ libossaudiodev.tex	9 Mar 2005 00:55:19 -0000	1.12.4.3
@@ -115,7 +115,7 @@
 as flexible in all cases.
 
 The audio device objects returned by \function{open()} define the
-following methods and (read-only) attributes:
+following methods:
 
 \begin{methoddesc}[audio device]{close}{}
 Explicitly close the audio device.  When you are done writing to or
@@ -289,21 +289,6 @@
 buffer to be played without blocking.
 \end{methoddesc}
 
-Audio device objects also support several read-only attributes:
-
-\begin{memberdesc}[audio device]{closed}{}
-Boolean indicating whether the device has been closed.
-\end{memberdesc}
-
-\begin{memberdesc}[audio device]{name}{}
-String containing the name of the device file.
-\end{memberdesc}
-
-\begin{memberdesc}[audio device]{mode}{}
-The I/O mode for the file, either \code{"r"}, \code{"rw"}, or \code{"w"}.
-\end{memberdesc}
-
-
 \subsection{Mixer Device Objects \label{mixer-device-objects}}
 
 The mixer object provides two file-like methods:



More information about the Python-checkins mailing list