[Python-checkins] python/dist/src/Doc/lib libos.tex,1.113,1.114

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 14 Feb 2003 11:35:34 -0800


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

Modified Files:
	libos.tex 
Log Message:
Migrate definitions of several platform-dependent path-related variables
into the relevant path modules.  See patch #686397.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** libos.tex	14 Feb 2003 06:39:37 -0000	1.113
--- libos.tex	14 Feb 2003 19:35:31 -0000	1.114
***************
*** 1621,1624 ****
--- 1621,1625 ----
  directory.
  For example: \code{'.'} for \POSIX{} or \code{':'} for the Macintosh.
+ Also available via \module{os.path}.
  \end{datadesc}
  
***************
*** 1627,1630 ****
--- 1628,1632 ----
  directory.
  For example: \code{'..'} for \POSIX{} or \code{'::'} for the Macintosh.
+ Also available via \module{os.path}.
  \end{datadesc}
  
***************
*** 1635,1638 ****
--- 1637,1641 ----
  parse or concatenate pathnames --- use \function{os.path.split()} and
  \function{os.path.join()} --- but it is occasionally useful.
+ Also available via \module{os.path}.
  \end{datadesc}
  
***************
*** 1642,1645 ****
--- 1645,1649 ----
  set to \character{/} on Windows systems where \code{sep} is a
  backslash.
+ Also available via \module{os.path}.
  \end{datadesc}
  
***************
*** 1647,1650 ****
--- 1651,1655 ----
  The character which separates the base filename from the extension;
  for example, the \character{.} in \file{os.py}.
+ Also available via \module{os.path}.
  \versionadded{2.2}
  \end{datadesc}
***************
*** 1654,1657 ****
--- 1659,1663 ----
  search patch components (as in \envvar{PATH}), such as \character{:} for
  \POSIX{} or \character{;} for Windows.
+ Also available via \module{os.path}.
  \end{datadesc}
  
***************
*** 1660,1663 ****
--- 1666,1670 ----
  \function{spawn*p*()} if the environment doesn't have a \code{'PATH'}
  key.
+ Also available via \module{os.path}.
  \end{datadesc}