[Python-checkins] python/dist/src/Doc/lib libposixpath.tex, 1.40, 1.40.2.1

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Dec 22 06:41:59 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21098/Doc/lib

Modified Files:
      Tag: release24-maint
	libposixpath.tex 
Log Message:
Remove outdated comments about Macintosh for expanduser and expandvars.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.40
retrieving revision 1.40.2.1
diff -u -d -r1.40 -r1.40.2.1
--- libposixpath.tex	30 Aug 2004 10:19:53 -0000	1.40
+++ libposixpath.tex	22 Dec 2004 05:41:56 -0000	1.40.2.1
@@ -61,8 +61,7 @@
 \envvar{HOME}; an initial \samp{\~\var{user}} is looked up in the
 password directory through the built-in module
 \refmodule{pwd}\refbimodindex{pwd}.  If the expansion fails, or if the
-path does not begin with a tilde, the path is returned unchanged.  On
-the Macintosh, this always returns \var{path} unchanged.
+path does not begin with a tilde, the path is returned unchanged.
 \end{funcdesc}
 
 \begin{funcdesc}{expandvars}{path}
@@ -70,7 +69,6 @@
 of the form \samp{\$\var{name}} or \samp{\$\{\var{name}\}} are
 replaced by the value of environment variable \var{name}.  Malformed
 variable names and references to non-existing variables are left
-unchanged.  On the Macintosh, this always returns \var{path}
 unchanged.
 \end{funcdesc}
 



More information about the Python-checkins mailing list