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

neal.norwitz python-checkins at python.org
Sat Apr 29 04:55:12 CEST 2006


Author: neal.norwitz
Date: Sat Apr 29 04:55:11 2006
New Revision: 45797

Modified:
   peps/trunk/pep-0356.txt
Log:
* Ronald is basically done with the fat Mac builds.
* No proposed keywords will have warnings per Guido.
  He also doesn't see a benefit to a @deprecated decorator.
* No owner for bdist_deb means it's not going in.
* Guido postponed the python pgen

Add owners for missing doc.



Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sat Apr 29 04:55:11 2006
@@ -102,41 +102,24 @@
         (Owner: A.M. Kuchling.  It would still be good if another person
         would take a look at the new code.)
 
+      - Support for building "fat" Mac binaries (Intel and PPC)
+
 Possible features for 2.5
 
     Each feature below should implemented prior to beta1 or
     will require BDFL approval for inclusion in 2.5.
 
-    - SyntaxWarnings for the following proposed keywords:
-
-      - 'do'? (PEP 315)
-      - 'super'
-      - 'interface' and 'implements'? (PEP 245)
-      - 'switch' and 'case'? (PEP 275)
-      - 'True' and 'False'?
-
-    - Add builtin @deprecated decorator?
-
     - Add @decorator decorator to functional, rename to functools?
 
     - Remove the fpectl module?
 
     - Modules under consideration for inclusion:
 
-      - bdist_deb in distutils package
-        (Owner: ???)
-        http://mail.python.org/pipermail/python-dev/2006-February/060926.html
-
       - wsgiref to the standard library
         (Owner: Phillip Eby)
 
-      - pure python pgen module
-        (Owner: Guido)
-
-      - Support for building "fat" Mac binaries (Intel and PPC)
-        (Owner: Ronald Oussoren)
-
     - Add new icons for Windows, MacOS and Unix with the new Python logo?
+      (Owner: ???)
       Windows: http://mail.python.org/pipermail/python-dev/2006-April/063738.html
       MacOS: http://hcs.harvard.edu/~jrus/python/prettified-py-icons.png
 
@@ -160,6 +143,9 @@
 
 Deferred until 2.6:
 
+    - bdist_deb in distutils package
+      http://mail.python.org/pipermail/python-dev/2006-February/060926.html
+
     - bdist_egg in distutils package
       (though bsdist_egg is supported in setuptools)
 
@@ -167,10 +153,10 @@
 Open issues
 
     - Missing documentation
-      * ctypes
-      * ElementTree/cElementTree
-      * msilib
-      * pysqlite
+      * ctypes (Thomas Heller)
+      * ElementTree/cElementTree (Fredrik Lundh)
+      * msilib (Martin von Loewis)
+      * pysqlite (Gerhard Haering)
       * setuptools (written, needs conversion to proper format)
 
     - AST compiler problems


More information about the Python-checkins mailing list