[Python-checkins] r45818 - peps/trunk/pep-0356.txt

georg.brandl python-checkins at python.org
Sun Apr 30 10:57:57 CEST 2006


Author: georg.brandl
Date: Sun Apr 30 10:57:57 2006
New Revision: 45818

Modified:
   peps/trunk/pep-0356.txt
Log:
Stdlib now uses hashlib instead of md5 und sha. Typos fix.



Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sun Apr 30 10:57:57 2006
@@ -83,7 +83,6 @@
         (replaces old md5 and sha modules)
 
       - msilib -- for creating MSI files and bdist_msi in distutils.
-        There are no docs yet.
 
       - pysqlite
 
@@ -106,6 +105,7 @@
 
       - Support for building "fat" Mac binaries (Intel and PPC)
 
+
 Possible features for 2.5
 
     Each feature below should implemented prior to beta1 or
@@ -142,9 +142,6 @@
     - Python core should compile cleanly with g++
       (Owner: Anthony)
 
-    - upgrade stdlib to use newer hashlib module instead of older 
-      deprecated md5/sha modules.
-      (Owner: Anthony)
 
 Deferred until 2.6:
 
@@ -152,7 +149,7 @@
       http://mail.python.org/pipermail/python-dev/2006-February/060926.html
 
     - bdist_egg in distutils package
-      (though bsdist_egg is supported in setuptools)
+      (though bdist_egg is supported in setuptools)
 
     - pure python pgen module
       (Owner: Guido)


More information about the Python-checkins mailing list