[Python-checkins] python/nondist/peps pep-0283.txt,1.33,1.34

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 25 Apr 2003 12:04:31 -0700


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv27885

Modified Files:
	pep-0283.txt 
Log Message:
Update the note on the PendingDeprecationWarning.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** pep-0283.txt	17 Apr 2003 17:31:58 -0000	1.33
--- pep-0283.txt	25 Apr 2003 19:04:27 -0000	1.34
***************
*** 84,89 ****
      - Add a new concept, "pending deprecation", with associated
        warning PendingDeprecationWarning.  This warning is normally
!       suppressed, but can be enabled by a suitable -W option.  (This
!       has been added, but nothing uses it yet.)
  
      - Warn when an extension type's tp_compare returns anything except
--- 84,89 ----
      - Add a new concept, "pending deprecation", with associated
        warning PendingDeprecationWarning.  This warning is normally
!       suppressed, but can be enabled by a suitable -W option.  Only a
!       few things use this at this time.
  
      - Warn when an extension type's tp_compare returns anything except