]> granicus.if.org Git - python/commitdiff
Remove outdated comments about expanduser and expandvars for Macintosh that
authorBrett Cannon <bcannon@gmail.com>
Wed, 22 Dec 2004 05:40:45 +0000 (05:40 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 22 Dec 2004 05:40:45 +0000 (05:40 +0000)
referred to OS 9 semantics.

Doc/lib/libposixpath.tex

index 066a9616fa12cc6e6c92f9b71bfbd5a6e53d7b23..2a304a2f4aa6ad13abb5cefd133c825ec98c6c2e 100644 (file)
@@ -61,8 +61,7 @@ initial \samp{\~{}} is replaced by the environment variable
 \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 @@ Return the argument with environment variables expanded.  Substrings
 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}