python/dist/src/Doc/mac libmacfs.tex,1.29,1.30
Update of /cvsroot/python/python/dist/src/Doc/mac In directory sc8-pr-cvs1:/tmp/cvs-serv4950 Modified Files: libmacfs.tex Log Message: fix minor markup nits Index: libmacfs.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacfs.tex,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** libmacfs.tex 12 Feb 2003 09:58:33 -0000 1.29 --- libmacfs.tex 5 Sep 2003 14:01:15 -0000 1.30 *************** *** 9,17 **** \deprecated{2.3}{The macfs module should be considered obsolete. For \class{FSSpec}, \class{FSRef} and \class{Alias} handling use the ! Carbon.File or Carbon.Folder module. For file dialogs use the ! \module{EasyDialogs} module.} ! This module provides access to Macintosh FSSpec handling, the Alias ! Manager, \program{finder} aliases and the Standard File package. \index{Macintosh Alias Manager} \index{Alias Manager, Macintosh} --- 9,17 ---- \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.} ! This module provides access to Macintosh \class{FSSpec} handling, the ! Alias Manager, \program{finder} aliases and the Standard File package. \index{Macintosh Alias Manager} \index{Alias Manager, Macintosh} *************** *** 96,100 **** current directory, i.e. what \function{os.getcwd()} returns. ! Note that starting with system 7.5 the user can change Standard File behaviour with the ``general controls'' control panel, thereby making this call inoperative. --- 96,100 ---- current directory, i.e. what \function{os.getcwd()} returns. ! Note that starting with System 7.5 the user can change Standard File behaviour with the ``general controls'' control panel, thereby making this call inoperative. *************** *** 102,106 **** \begin{funcdesc}{FindFolder}{where, which, create} ! Locates one of the ``special'' folders that MacOS knows about, such as the trash or the Preferences folder. \var{where} is the disk to search, \var{which} is the 4-character string specifying which folder to --- 102,106 ---- \begin{funcdesc}{FindFolder}{where, which, create} ! Locates one of the ``special'' folders that Mac OS knows about, such as the trash or the Preferences folder. \var{where} is the disk to search, \var{which} is the 4-character string specifying which folder to
participants (1)
-
fdrake@users.sourceforge.net