[Python-checkins] r45843 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Mon May 1 18:32:49 CEST 2006


Author: andrew.kuchling
Date: Mon May  1 18:32:49 2006
New Revision: 45843

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Add item

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Mon May  1 18:32:49 2006
@@ -1378,6 +1378,11 @@
 (Contributed by Gregory K. Johnson.  Funding was provided by Google's
 2005 Summer of Code.)
 
+\item New module: the \module{msilib} module allows creating
+Microsoft Installer \file{.msi} files and CAB files.  Some support
+for reading the \file{.msi} database is also included.
+(Contributed by Martin von~L\"owis.)
+
 \item The \module{nis} module now supports accessing domains other
 than the system default domain by supplying a \var{domain} argument to
 the \function{nis.match()} and \function{nis.maps()} functions.


More information about the Python-checkins mailing list