diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-05 13:36:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-05 13:36:04 (GMT) |
commit | fbab90e95bf6403269d702e8e85ef3a6eceafbb0 (patch) | |
tree | a48d1e6140a4a4297318b606d3894228668ae413 /Misc | |
parent | 99b93c28247d6e150fe352538aa26b1ce19f8f0c (diff) | |
download | cpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.zip cpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.tar.gz cpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.tar.bz2 |
Import bdist_msi
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -425,6 +425,9 @@ Extension Modules Library ------- +- A library msilib to generate Windows Installer files, and a distutils + command bdist_msi have been added. + - PEP 343: new module contextlib.py defines decorator @contextmanager and helpful context managers nested() and closing(). |