msilib is now imported
add True and False to possible (pseudo-)keywords
This commit is contained in:
parent
ee02f1b8ae
commit
1c7dfaa953
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue