[Python-checkins] python/dist/src/Doc/lib libexcs.tex,1.45,1.46

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 29 May 2002 08:54:57 -0700


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

Modified Files:
	libexcs.tex 
Log Message:
As discussed on python-dev, add a mechanism to indicate features
that are in the process of deprecation (PendingDeprecationWarning).
Docs could be improved.


Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** libexcs.tex	28 Mar 2002 21:06:17 -0000	1.45
--- libexcs.tex	29 May 2002 15:54:55 -0000	1.46
***************
*** 377,380 ****
--- 377,384 ----
  \end{excdesc}
  
+ \begin{excdesc}{PendingDeprecationWarning}
+ Base class for warnings about features which will be deprecated in the future.
+ \end{excdesc}
+ 
  \begin{excdesc}{SyntaxWarning}
  Base class for warnings about dubious syntax
***************
*** 424,427 ****
--- 428,432 ----
  	  +-- UserWarning
  	  +-- DeprecationWarning
+ 	  +-- PendingDeprecationWarning
  	  +-- SyntaxWarning
  	  +-- OverflowWarning