Re: [Python-Dev] Re: Alleged deprecation of shutils

Well, if we want to support the case Guido sketches, a machine on one platform being fileserver for another platform, things may well be bleak. For instance, most Apple-fileservers for Unix will use the .HSResource directory to store resource forks and the .HSancillary file to store mac file-info, but not all do. I didn't try it yet, but from what I've read MacOSX over NFS uses a different scheme. But, all that said, if we look only at a single platform the basic functionality of shutils should work. There's a Mac module (macostools) that has most of the functionality, but of course not all, and it has some extra as well, and not all names are the same (shutil compatibility wasn't a goal when it was written). -- Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.oratrix.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.htm
participants (1)
-
Jack Jansen