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

neal.norwitz python-checkins at python.org
Thu Jul 6 08:14:30 CEST 2006


Author: neal.norwitz
Date: Thu Jul  6 08:14:29 2006
New Revision: 47256

Modified:
   peps/trunk/pep-0361.txt
Log:
Add some carry overs from 2.5 (add dashes in front of all items).

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Thu Jul  6 08:14:29 2006
@@ -85,13 +85,20 @@
           http://python.org/sf/1505257
           (Owner: MAL)
 
-    Start removing deprecated features and generally moving towards Py3k
+    - Check the various bits of code in Demo/ and Tools/ all still work,
+      update or remove the ones that don't.
 
-    Replace all old style tests (operate on import) with unittest or docttest
+    - All modules in Modules/ should be updated to be ssize_t clean.
 
-    All tests for all untested modules
+    - All of Python (including Modules/) should compile cleanly with g++
 
-    Document undocumented modules/features
+    - Start removing deprecated features and generally moving towards Py3k
+
+    - Replace all old style tests (operate on import) with unittest or docttest
+
+    - All tests for all untested modules
+
+    - Document undocumented modules/features
 
 
 Deferred until 2.7


More information about the Python-checkins mailing list