[Python-checkins] python/dist/src/Doc/mac libmacfs.tex, 1.30, 1.31 libmacostools.tex, 1.16, 1.17

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Sat Jun 5 21:17:55 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14579

Modified Files:
	libmacfs.tex libmacostools.tex 
Log Message:
Doc fix for SF #962633.


Index: libmacfs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacfs.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** libmacfs.tex	5 Sep 2003 14:01:15 -0000	1.30
--- libmacfs.tex	6 Jun 2004 01:17:52 -0000	1.31
***************
*** 10,14 ****
  \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
--- 10,15 ----
  \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.  Also, this module is
! known to not work correctly with UFS partitions.}
  
  This module provides access to Macintosh \class{FSSpec} handling, the

Index: libmacostools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacostools.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libmacostools.tex	12 Feb 2003 09:58:33 -0000	1.16
--- libmacostools.tex	6 Jun 2004 01:17:52 -0000	1.17
***************
*** 9,13 ****
  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.
  
  The \module{macostools} module defines the following functions:
--- 9,15 ----
  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.  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:




More information about the Python-checkins mailing list