[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.53.4.4,1.53.4.5

Fred L. Drake fdrake@users.sourceforge.net
Mon, 11 Jun 2001 11:26:07 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv12038/lib

Modified Files:
      Tag: release21-maint
	libos.tex 
Log Message:

Add the appropriate availability annotations for the popen*() family of
functions -- these are not available on traditional Mac OS platforms.

Corrected the version annotations for the spawn*() functions and related
constants; these were added in Python 1.6, not 1.5.2.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.53.4.4
retrieving revision 1.53.4.5
diff -C2 -r1.53.4.4 -r1.53.4.5
*** libos.tex	2001/06/11 15:22:23	1.53.4.4
--- libos.tex	2001/06/11 18:26:04	1.53.4.5
***************
*** 318,321 ****
--- 318,322 ----
  Executes \var{cmd} as a sub-process.  Returns the file objects
  \code{(\var{child_stdin}, \var{child_stdout})}.
+ Availability: \UNIX{}, Windows.
  \versionadded{2.0}
  \end{funcdesc}
***************
*** 324,327 ****
--- 325,329 ----
  Executes \var{cmd} as a sub-process.  Returns the file objects
  \code{(\var{child_stdin}, \var{child_stdout}, \var{child_stderr})}.
+ Availability: \UNIX{}, Windows.
  \versionadded{2.0}
  \end{funcdesc}
***************
*** 330,333 ****
--- 332,336 ----
  Executes \var{cmd} as a sub-process.  Returns the file objects
  \code{(\var{child_stdin}, \var{child_stdout_and_stderr})}.
+ Availability: \UNIX{}, Windows.
  \versionadded{2.0}
  \end{funcdesc}
***************
*** 945,949 ****
  listed below.
  Availability: \UNIX{}, Windows.
! \versionadded{1.5.2}
  \end{funcdesc}
  
--- 948,952 ----
  listed below.
  Availability: \UNIX{}, Windows.
! \versionadded{1.6}
  \end{funcdesc}
  
***************
*** 956,960 ****
  constants are exposed to the Python programmer as listed below.
  Availability: \UNIX{}, Windows.
! \versionadded{1.5.2}
  \end{funcdesc}
  
--- 959,963 ----
  constants are exposed to the Python programmer as listed below.
  Availability: \UNIX{}, Windows.
! \versionadded{1.6}
  \end{funcdesc}
  
***************
*** 965,969 ****
  and \function{spawnve()}.
  Availability: \UNIX{}, Windows.
! \versionadded{1.5.2}
  \end{datadesc}
  
--- 968,972 ----
  and \function{spawnve()}.
  Availability: \UNIX{}, Windows.
! \versionadded{1.6}
  \end{datadesc}
  
***************
*** 974,978 ****
  above.
  Availability: Windows.
! \versionadded{1.5.2}
  \end{datadesc}
  
--- 977,981 ----
  above.
  Availability: Windows.
! \versionadded{1.6}
  \end{datadesc}