[Python-checkins] python/dist/src/Doc/lib libos.tex,1.98,1.99 libundoc.tex,1.81,1.82 libuu.tex,1.11,1.12

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 10 Oct 2002 11:25:28 -0700


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

Modified Files:
	libos.tex libundoc.tex libuu.tex 
Log Message:
Remove mentionings of DOS.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** libos.tex	10 Oct 2002 14:27:30 -0000	1.98
--- libos.tex	10 Oct 2002 18:24:52 -0000	1.99
***************
*** 65,69 ****
  The name of the operating system dependent module imported.  The
  following names have currently been registered: \code{'posix'},
! \code{'nt'}, \code{'dos'}, \code{'mac'}, \code{'os2'}, \code{'ce'},
  \code{'java'}, \code{'riscos'}.
  \end{datadesc}
--- 65,69 ----
  The name of the operating system dependent module imported.  The
  following names have currently been registered: \code{'posix'},
! \code{'nt'}, \code{'mac'}, \code{'os2'}, \code{'ce'},
  \code{'java'}, \code{'riscos'}.
  \end{datadesc}
***************
*** 1445,1449 ****
  An alternative character used by the operating system to separate pathname
  components, or \code{None} if only one separator character exists.  This is
! set to \character{/} on DOS and Windows systems where \code{sep} is a
  backslash.
  \end{datadesc}
--- 1445,1449 ----
  An alternative character used by the operating system to separate pathname
  components, or \code{None} if only one separator character exists.  This is
! set to \character{/} on Windows systems where \code{sep} is a
  backslash.
  \end{datadesc}
***************
*** 1452,1456 ****
  The character conventionally used by the operating system to separate
  search patch components (as in \envvar{PATH}), such as \character{:} for
! \POSIX{} or \character{;} for DOS and Windows.
  \end{datadesc}
  
--- 1452,1456 ----
  The character conventionally used by the operating system to separate
  search patch components (as in \envvar{PATH}), such as \character{:} for
! \POSIX{} or \character{;} for Windows.
  \end{datadesc}
  
***************
*** 1465,1468 ****
  current platform.  This may be a single character, such as \code{'\e
  n'} for \POSIX{} or \code{'\e r'} for Mac OS, or multiple characters,
! for example, \code{'\e r\e n'} for DOS and Windows.
  \end{datadesc}
--- 1465,1468 ----
  current platform.  This may be a single character, such as \code{'\e
  n'} for \POSIX{} or \code{'\e r'} for Mac OS, or multiple characters,
! for example, \code{'\e r\e n'} for Windows.
  \end{datadesc}

Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** libundoc.tex	26 Nov 2001 21:38:50 -0000	1.81
--- libundoc.tex	10 Oct 2002 18:24:53 -0000	1.82
***************
*** 47,53 ****
  
  \begin{description}
- \item[\module{dospath}]
- --- Implementation of \module{os.path} on MS-DOS.
- 
  \item[\module{ntpath}]
  --- Implementation on \module{os.path} on Win32, Win64, WinCE, and
--- 47,50 ----

Index: libuu.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libuu.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libuu.tex	17 Aug 2001 20:01:06 -0000	1.11
--- libuu.tex	10 Oct 2002 18:24:54 -0000	1.12
***************
*** 15,19 ****
  standard input or output.  However, this interface is deprecated; it's
  better for the caller to open the file itself, and be sure that, when
! required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
  
  This code was contributed by Lance Ellinghouse, and modified by Jack
--- 15,19 ----
  standard input or output.  However, this interface is deprecated; it's
  better for the caller to open the file itself, and be sure that, when
! required, the mode is \code{'rb'} or \code{'wb'} on Windows.
  
  This code was contributed by Lance Ellinghouse, and modified by Jack