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

georg.brandl python-checkins at python.org
Sun Mar 12 23:22:36 CET 2006


Author: georg.brandl
Date: Sun Mar 12 23:22:36 2006
New Revision: 42983

Modified:
   peps/trunk/pep-0356.txt
Log:
msilib is now imported

add True and False to possible (pseudo-)keywords



Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sun Mar 12 23:22:36 2006
@@ -78,6 +78,9 @@
 
     - Add support for the Unicode 4.1 UCD
 
+    - Add msilib module for creating MSI files and bdist_msi in distutils.
+      There are no docs yet.
+
 
 Planned features for 2.5
 
@@ -92,13 +95,12 @@
       - 'super'
       - 'interface' and 'implements'? (PEP 245)
       - 'switch' and 'case'? (PEP 275)
+      - 'True' and 'False'?
 
     - Add builtin @deprecated decorator?
 
     - Modules under consideration for inclusion:
 
-      - bdist_msi in distutils package. (MvL plans to import after pycon)
-
       - bdist_deb in distutils package
         http://mail.python.org/pipermail/python-dev/2006-February/060926.html
 


More information about the Python-checkins mailing list