]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 1 May 2006 16:32:49 +0000 (16:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 1 May 2006 16:32:49 +0000 (16:32 +0000)
Doc/whatsnew/whatsnew25.tex

index df7e23f6b556a037cb589c52aea49553f2d00a6f..9d6932bb7deda060a21957603472f0ea54dd34bd 100644 (file)
@@ -1378,6 +1378,11 @@ for msg in src:
 (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.