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

georg.brandl python-checkins at python.org
Fri Mar 17 20:48:40 CET 2006


Author: georg.brandl
Date: Fri Mar 17 20:48:38 2006
New Revision: 43127

Modified:
   peps/trunk/pep-0356.txt
Log:
Add note about the @decorator discussion.

Add note about the fpectl module (Bug #872175)



Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri Mar 17 20:48:38 2006
@@ -98,6 +98,10 @@
 
     - 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


More information about the Python-checkins mailing list