[Python-checkins] r55717 - peps/trunk/pep-0004.txt peps/trunk/pep-0361.txt

brett.cannon python-checkins at python.org
Thu May 31 21:20:57 CEST 2007


Author: brett.cannon
Date: Thu May 31 21:20:54 2007
New Revision: 55717

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Update PEPs to reflect the raising of a DeprecationWarning by the sha module.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu May 31 21:20:54 2007
@@ -84,7 +84,7 @@
 
     The following modules currently lack a DeprecationWarning:
 
-        rfc822, mimetools, multifile, sha, buildtools, cfmfile
+        rfc822, mimetools, multifile, buildtools, cfmfile
 
 
 Deprecated modules
@@ -232,6 +232,7 @@
     Date:          15-May-2007
     Documentation: Documented as deprecated as of Python 2.5, but
                    listing in this PEP was neglected.
+                   DeprecationWarning added in Python 2.6.
 
     Module name:   plat-freebsd2/IN and plat-freebsd3/IN 
     Rationale:     Platforms are obsolete (last released in 2000)

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu May 31 21:20:54 2007
@@ -69,6 +69,7 @@
         - popen2, os.popen[234]()
         - posixfile
         - sets
+        - sha
 
     Modules removed from the standard library:
 
@@ -130,7 +131,6 @@
         - rfc822
         - mimetools
         - multifile
-        - sha
         - buildtools
         - cfmfile
         - compiler package


More information about the Python-checkins mailing list