From: Guido van Rossum Date: Wed, 18 Aug 1999 20:03:17 +0000 (+0000) Subject: Typo in comment (on Mac, it's the *resource* fork that's not copied, X-Git-Tag: v1.6a1~1004 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=959fa01dc38498992894e83e3d3dbe3839f3df02;p=thirdparty%2FPython%2Fcpython.git Typo in comment (on Mac, it's the *resource* fork that's not copied, the data fork *is* copied). --- diff --git a/Lib/shutil.py b/Lib/shutil.py index eb334f70f47e..162ff4748e1e 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -1,6 +1,6 @@ """Utility functions for copying files. -XXX The functions here don't copy the data fork or other metadata on Mac. +XXX The functions here don't copy the resource fork or other metadata on Mac. """