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

brett.cannon python-checkins at python.org
Thu May 31 00:24:55 CEST 2007


Author: brett.cannon
Date: Thu May 31 00:24:53 2007
New Revision: 55697

Modified:
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0361.txt
Log:
Doc that md5 raises a DeprecationWarning in Python 2.6.


Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu May 31 00:24:53 2007
@@ -84,7 +84,7 @@
 
     The following modules currently lack a DeprecationWarning:
 
-        rfc822, mimetools, multifile, md5, sha, buildtools, cfmfile
+        rfc822, mimetools, multifile, sha, buildtools, cfmfile
 
 
 Deprecated modules
@@ -225,6 +225,7 @@
     Date:          15-May-2007
     Documentation: Documented as deprecated as of Python 2.5, but
                    listing in this PEP was neglected.
+                   DeprecationWarning raised as of Python 2.6.
 
     Module name:   sha
     Rationale:     Replaced by the 'hashlib' module.

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu May 31 00:24:53 2007
@@ -63,6 +63,7 @@
 
         - commands.getstatus()
         - macostools.touched()
+        - md5
         - MimeWriter
         - mimify
         - popen2, os.popen[234]()
@@ -129,7 +130,6 @@
         - rfc822
         - mimetools
         - multifile
-        - md5
         - sha
         - buildtools
         - cfmfile


More information about the Python-checkins mailing list