Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7219cbe

Browse files
committed
Remove MacOS 9 ref
1 parent c16affa commit 7219cbe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Doc/dist/dist.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,10 +2926,7 @@ \section{\module{distutils.file_util} --- Single file operations}
29262926
to \code{'hard'} or \code{'sym'}; if it is \code{None} (the default),
29272927
files are copied. Don't set \var{link} on systems that don't support
29282928
it: \function{copy_file()} doesn't check if hard or symbolic linking is
2929-
available.
2930-
2931-
Under Mac OS 9, uses the native file copy function in \module{macostools};
2932-
on other systems, uses \var{_copy_file_contents()} to copy file contents.
2929+
available. It uses \var{_copy_file_contents()} to copy file contents.
29332930

29342931
Return a tuple \samp{(dest_name, copied)}: \var{dest_name} is the actual
29352932
name of the output file, and \var{copied} is true if the file was copied

0 commit comments

Comments
 (0)