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

anthony.baxter python-checkins at python.org
Thu Apr 20 13:36:27 CEST 2006


Author: anthony.baxter
Date: Thu Apr 20 13:36:26 2006
New Revision: 45578

Modified:
   peps/trunk/pep-0356.txt
Log:
few new possible items


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Thu Apr 20 13:36:26 2006
@@ -146,6 +146,15 @@
     - All modules in Modules/ should be updated to be ssize_t clean.
       (Owner: Neal)
 
+    - Python core should compile cleanly with g++
+      (Owner: Anthony)
+
+    - optparse should be updated to the latest Optik codebase
+      (Owner: Anthony)
+
+    - upgrade stdlib to use newer hashlib module instead of older 
+      deprecated md5/sha modules.
+      (Owner: Anthony)
 
 Deferred until 2.6:
 


More information about the Python-checkins mailing list