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

andrew.kuchling python-checkins at python.org
Wed Jan 17 19:31:50 CET 2007


Author: andrew.kuchling
Date: Wed Jan 17 19:31:50 2007
New Revision: 53470

Modified:
   peps/trunk/pep-0361.txt
Log:
Add items deferred from PEP 356 (the 2.5 release schedule)

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Wed Jan 17 19:31:50 2007
@@ -128,6 +128,19 @@
 
     - Document undocumented modules/features
 
+    - bdist_deb in distutils package
+      http://mail.python.org/pipermail/python-dev/2006-February/060926.html
+
+    - bdist_egg in distutils package
+
+    - pure python pgen module
+      (Owner: Guido)
+      Deferral to 2.6:
+      http://mail.python.org/pipermail/python-dev/2006-April/064528.html
+
+    - Remove the fpectl module?
+
+    - Make everything in Modules/ build cleanly with g++
 
 Deferred until 2.7
 


More information about the Python-checkins mailing list