diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-05-01 16:32:49 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-05-01 16:32:49 (GMT) |
commit | 6849488914c9a2060391c4f6bcbde70dfcf5a6ca (patch) | |
tree | e061490e257604e72be8af3f06b0ee5816882fd7 | |
parent | edbe657174347a2b0f52532c431b4377ca42b9f5 (diff) | |
download | cpython-6849488914c9a2060391c4f6bcbde70dfcf5a6ca.zip cpython-6849488914c9a2060391c4f6bcbde70dfcf5a6ca.tar.gz cpython-6849488914c9a2060391c4f6bcbde70dfcf5a6ca.tar.bz2 |
Add item
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index df7e23f..9d6932b 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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. |