[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.16,1.17

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


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

Modified Files:
	whatsnew23.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: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** whatsnew23.tex	27 May 2002 17:19:46 -0000	1.16
--- whatsnew23.tex	29 May 2002 15:54:55 -0000	1.17
***************
*** 343,346 ****
--- 343,355 ----
  
  
+ %\begin{PendingDeprecationWarning}
+ A new warning PendingDeprecationWarning was added to provide
+ direction on features which are in the process of being deprecated.
+ The warning will not be printed by default.  To see the pending
+ deprecations, use -Walways::PendingDeprecationWarning:: on the command line
+ or warnings.filterwarnings().
+ %\end{PendingDeprecationWarning}
+ 
+ 
  %======================================================================
  \section{Specialized Object Allocator (pymalloc)\label{section-pymalloc}}