summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:36:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-05 13:36:04 (GMT)
commitfbab90e95bf6403269d702e8e85ef3a6eceafbb0 (patch)
treea48d1e6140a4a4297318b606d3894228668ae413 /Misc
parent99b93c28247d6e150fe352538aa26b1ce19f8f0c (diff)
downloadcpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.zip
cpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.tar.gz
cpython-fbab90e95bf6403269d702e8e85ef3a6eceafbb0.tar.bz2
Import bdist_msi
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 634f168..920dd76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().