[Python-checkins] python/dist/src/Doc/lib libposixpath.tex,1.29,1.30

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 11 Dec 2002 04:55:57 -0800


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

Modified Files:
	libposixpath.tex 
Log Message:
Patch #651006: Better explain what component might be empty.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** libposixpath.tex	8 Oct 2002 02:44:29 -0000	1.29
--- libposixpath.tex	11 Dec 2002 12:55:53 -0000	1.30
***************
*** 124,128 ****
  continues.  The return value is the concatenation of \var{path1}, and
  optionally \var{path2}, etc., with exactly one directory separator
! (\code{os.sep}) inserted between components, unless \var{path} is
  empty.  Note that on Windows, since there is a current directory for
  each drive, \function{os.path.join("c:", "foo")} represents a path
--- 124,128 ----
  continues.  The return value is the concatenation of \var{path1}, and
  optionally \var{path2}, etc., with exactly one directory separator
! (\code{os.sep}) inserted between components, unless \var{path2} is
  empty.  Note that on Windows, since there is a current directory for
  each drive, \function{os.path.join("c:", "foo")} represents a path