[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.32.2.2,1.32.2.3

Fred L. Drake fdrake@users.sourceforge.net
Fri, 19 Oct 2001 09:11:30 -0700


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

Modified Files:
      Tag: release21-maint
	libprofile.tex 
Log Message:
Add deprecations for profile.HotProfile and profile.OldProfile, since they
will no longer exist in 2.2.


Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.32.2.2
retrieving revision 1.32.2.3
diff -C2 -d -r1.32.2.2 -r1.32.2.3
*** libprofile.tex	2001/07/02 21:22:56	1.32.2.2
--- libprofile.tex	2001/10/19 16:11:28	1.32.2.3
***************
*** 666,669 ****
--- 666,671 ----
  \subsection{OldProfile Class \label{profile-old}}
  
+ \deprecated{2.1.2}{This class will be removed in Python 2.2.}
+ 
  The following derived profiler simulates the old style profiler,
  providing errant results on recursive functions. The reason for the
***************
*** 727,730 ****
--- 729,734 ----
  
  \subsection{HotProfile Class \label{profile-HotProfile}}
+ 
+ \deprecated{2.1.2}{This class will be removed in Python 2.2.}
  
  This profiler is the fastest derived profile example.  It does not