[Python-checkins] python/nondist/peps pep-0283.txt,1.9,1.10

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 18 Jun 2002 14:10:22 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv26830

Modified Files:
	pep-0283.txt 
Log Message:
Another status update.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pep-0283.txt	18 Jun 2002 21:09:48 -0000	1.9
--- pep-0283.txt	18 Jun 2002 21:10:20 -0000	1.10
***************
*** 160,164 ****
      - Add a new concept, "pending deprecation", with associated
        warning PendingDeprecationWarning.  This warning is normally
!       suppressed, but can be enabled by a suitable -W option.
  
      - Use pending deprecation for the types and string modules.  This
--- 160,165 ----
      - 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 now, but nothing uses it yet.)
  
      - Use pending deprecation for the types and string modules.  This