[Python-checkins] CVS: python/dist/src/Doc/lib libposixpath.tex,1.17,1.17.4.1

Fred L. Drake fdrake@users.sourceforge.net
Fri, 25 May 2001 09:21:24 -0700


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

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

Add a version annotation for splitdrive(); old, but as long as I managed
to end up with the information, it is better recorded than lost.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -C2 -r1.17 -r1.17.4.1
*** libposixpath.tex	2000/10/26 21:38:23	1.17
--- libposixpath.tex	2001/05/25 16:21:22	1.17.4.1
***************
*** 182,185 ****
--- 182,186 ----
  \var{drive} will always be the empty string.  In all cases,
  \code{\var{drive} + \var{tail}} will be the same as \var{path}.
+ \versionadded{1.3}
  \end{funcdesc}