[Python-checkins] CVS: python/dist/src/Doc/mac libmac.tex,1.21,1.22

Fred L. Drake fdrake@users.sourceforge.net
Fri, 15 Feb 2002 06:35:12 -0800


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv21534/mac

Modified Files:
	libmac.tex 
Log Message:
Added deprecatioon information for mac.xstat().
This closes SF bug #505150.


Index: libmac.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmac.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libmac.tex	14 Oct 2000 05:39:08 -0000	1.21
--- libmac.tex	15 Feb 2002 14:35:09 -0000	1.22
***************
*** 32,36 ****
  values in MacPython.
  
! One additional function is available:
  
  \begin{funcdesc}{xstat}{path}
--- 32,37 ----
  values in MacPython.
  
! One additional function is available, but only under Classic MacPython,
! not under Carbon MacPython:
  
  \begin{funcdesc}{xstat}{path}
***************
*** 38,41 ****
--- 39,48 ----
    with three additional values appended: the size of the resource fork
    of the file and its 4-character creator and type.
+   Availability: Classic MacPython only.
+   \deprecated{2.3}{Use the \function{\refmodule{macfs}.FSSpec()}
+                    function to get an FSSpec object for the file, then
+                    use the \method{GetCreatorType()} method to get the
+                    creator and type information.  It will no longer be
+                    possible to get the size of the resource fork.}
  \end{funcdesc}