msilib is now imported

add True and False to possible (pseudo-)keywords
This commit is contained in:
Georg Brandl 2006-03-12 22:22:36 +00:00
parent ee02f1b8ae
commit 1c7dfaa953
1 changed files with 4 additions and 2 deletions

View File

@ -78,6 +78,9 @@ Completed features for 2.5
- 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 @@ Planned features for 2.5
- '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