summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-12-22 05:41:56 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-12-22 05:41:56 (GMT)
commit8f6cd73db3a55ec3462463535dbcc47bb9bb30be (patch)
tree080f921392ba352a7f09756ea8abdc31eb11284a /Doc
parentd0e18e48d2e05b323fdbcd1b11cafc5b85de726a (diff)
downloadcpython-8f6cd73db3a55ec3462463535dbcc47bb9bb30be.zip
cpython-8f6cd73db3a55ec3462463535dbcc47bb9bb30be.tar.gz
cpython-8f6cd73db3a55ec3462463535dbcc47bb9bb30be.tar.bz2
Remove outdated comments about Macintosh for expanduser and expandvars.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libposixpath.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index 066a961..2a304a2 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -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}