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

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 13 Feb 2003 22:39:39 -0800


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

Modified Files:
	libos.tex 
Log Message:
extsep description:
- avoid "e.g." in text
- record version information
(should be backported)


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** libos.tex	14 Feb 2003 05:45:31 -0000	1.112
--- libos.tex	14 Feb 2003 06:39:37 -0000	1.113
***************
*** 1645,1650 ****
  
  \begin{datadesc}{extsep}
! The character which separates the base filename from the extension,
! e.g. \character{.} in \code{os.py}.
  \end{datadesc}
  
--- 1645,1651 ----
  
  \begin{datadesc}{extsep}
! The character which separates the base filename from the extension;
! for example, the \character{.} in \file{os.py}.
! \versionadded{2.2}
  \end{datadesc}