commit | fbab90e95bf6403269d702e8e85ef3a6eceafbb0 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 05 13:36:04 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 05 13:36:04 2006 +0000 |
tree | a48d1e6140a4a4297318b606d3894228668ae413 | |
parent | 99b93c28247d6e150fe352538aa26b1ce19f8f0c [diff] [blame] |
Import bdist_msi
diff --git a/Misc/NEWS b/Misc/NEWS index 634f168..920dd76 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -425,6 +425,9 @@ 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().