diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-06 01:17:52 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-06 01:17:52 (GMT) |
commit | cfa157d808d387551e3973c6e4e8e5eebca3b051 (patch) | |
tree | 1cd922c17116fb6063021906dd332e66c58d4f84 | |
parent | 41627bf78db5403b493143c90e96d75fc7021a05 (diff) | |
download | cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.zip cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.tar.gz cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.tar.bz2 |
Doc fix for SF #962633.
-rw-r--r-- | Doc/mac/libmacfs.tex | 3 | ||||
-rw-r--r-- | Doc/mac/libmacostools.tex | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index f6265ea..944ea1b 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -9,7 +9,8 @@ \deprecated{2.3}{The macfs module should be considered obsolete. For \class{FSSpec}, \class{FSRef} and \class{Alias} handling use the \module{Carbon.File} or \refmodule{Carbon.Folder} module. For file -dialogs use the \refmodule{EasyDialogs} module.} +dialogs use the \refmodule{EasyDialogs} module. Also, this module is +known to not work correctly with UFS partitions.} This module provides access to Macintosh \class{FSSpec} handling, the Alias Manager, \program{finder} aliases and the Standard File package. diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 06ddbc7..556e46f 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -8,7 +8,9 @@ This module contains some convenience routines for file-manipulation on the Macintosh. All file parameters can be specified as -pathnames, \class{FSRef} or \class{FSSpec} objects. +pathnames, \class{FSRef} or \class{FSSpec} objects. This module +expects a filesystem which supports forked files, so it should not +be used on UFS partitions. The \module{macostools} module defines the following functions: |