[Python-checkins] CVS: python/dist/src/Doc/mac libmac.tex,1.21,1.21.24.1
Fred L. Drake
fdrake@users.sourceforge.net
Fri, 15 Feb 2002 06:40:54 -0800
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv23202/mac
Modified Files:
Tag: release22-maint
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.21.24.1
diff -C2 -d -r1.21 -r1.21.24.1
*** libmac.tex 14 Oct 2000 05:39:08 -0000 1.21
--- libmac.tex 15 Feb 2002 14:40:52 -0000 1.21.24.1
***************
*** 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}