summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 21:35:06 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 21:35:06 (GMT)
commit7219cbea8d36019192659c1442b3a676b7926fce (patch)
tree095b411a29f6df99e413eb24a5fc3755c82faeea /Doc/dist
parentc16affa8119f932e3329909d6fb9bbf8554d4540 (diff)
downloadcpython-7219cbea8d36019192659c1442b3a676b7926fce.zip
cpython-7219cbea8d36019192659c1442b3a676b7926fce.tar.gz
cpython-7219cbea8d36019192659c1442b3a676b7926fce.tar.bz2
Remove MacOS 9 ref
Diffstat (limited to 'Doc/dist')
-rw-r--r--Doc/dist/dist.tex5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index efa8b93..a468513 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -2926,10 +2926,7 @@ symbolic links (using \function{os.symlink}) instead of copying: set it
to \code{'hard'} or \code{'sym'}; if it is \code{None} (the default),
files are copied. Don't set \var{link} on systems that don't support
it: \function{copy_file()} doesn't check if hard or symbolic linking is
-available.
-
-Under Mac OS 9, uses the native file copy function in \module{macostools};
-on other systems, uses \var{_copy_file_contents()} to copy file contents.
+available. It uses \var{_copy_file_contents()} to copy file contents.
Return a tuple \samp{(dest_name, copied)}: \var{dest_name} is the actual
name of the output file, and \var{copied} is true if the file was copied