diff options
Diffstat (limited to 'Doc/library/msilib.rst')
-rw-r--r-- | Doc/library/msilib.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 6c7955a..c361a29 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -11,8 +11,6 @@ .. index:: single: msi -.. versionadded:: 2.5 - The :mod:`msilib` supports the creation of Microsoft Installer (``.msi``) files. Because these files often contain an embedded "cabinet" file (``.cab``), it also exposes an API to create CAB files. Support for reading ``.cab`` files is |