[Python-checkins] CVS: python/dist/src/Doc/lib libposixfile.tex,1.24,1.25

Fred L. Drake fdrake@users.sourceforge.net
Wed, 24 Oct 2001 14:57:01 -0700


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

Modified Files:
	libposixfile.tex 
Log Message:
Make the deprecation notice use the same form as other such notices.
This has sat around in a deprecated state for a *long* time!


Index: libposixfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixfile.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** libposixfile.tex	2001/10/20 04:24:09	1.24
--- libposixfile.tex	2001/10/24 21:56:59	1.25
***************
*** 12,18 ****
  \indexii{\POSIX{}}{file object}
  
! \note{This module will become obsolete in a future release.
! The locking operation that it provides is done better and more
! portably by the \function{fcntl.lockf()} call.%
  \withsubitem{(in module fcntl)}{\ttindex{lockf()}}}
  
--- 12,18 ----
  \indexii{\POSIX{}}{file object}
  
! \deprecated{1.5}{The locking operation that this module provides is
! done better and more portably by the
! \function{\refmodule{fcntl}.lockf()} call.
  \withsubitem{(in module fcntl)}{\ttindex{lockf()}}}