Skip to content

Commit 98c4333

Browse files
authored
gh-104773: Remove the msilib package (GH-104911)
1 parent 41768a2 commit 98c4333

31 files changed

+22
-4650
lines changed

Doc/library/msilib.rst

Lines changed: 0 additions & 565 deletions
This file was deleted.

Doc/library/superseded.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ backwards compatibility. They have been superseded by other modules.
1515
chunk.rst
1616
crypt.rst
1717
imghdr.rst
18-
msilib.rst
1918
optparse.rst
2019
uu.rst

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ Doc/library/logging.rst
161161
Doc/library/lzma.rst
162162
Doc/library/mailbox.rst
163163
Doc/library/mmap.rst
164-
Doc/library/msilib.rst
165164
Doc/library/msvcrt.rst
166165
Doc/library/multiprocessing.rst
167166
Doc/library/multiprocessing.shared_memory.rst

Doc/whatsnew/2.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ complete list of changes, or look through the SVN logs for all the details.
14221422
(Contributed by Gregory K. Johnson. Funding was provided by Google's 2005
14231423
Summer of Code.)
14241424

1425-
* New module: the :mod:`msilib` module allows creating Microsoft Installer
1425+
* New module: the :mod:`!msilib` module allows creating Microsoft Installer
14261426
:file:`.msi` files and CAB files. Some support for reading the :file:`.msi`
14271427
database is also included. (Contributed by Martin von Löwis.)
14281428

Doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@ Port-Specific Changes: Windows
31353135
registry reflection for 32-bit processes running on 64-bit systems.
31363136
(:issue:`1753245`)
31373137

3138-
* The :mod:`msilib` module's :class:`Record` object
3138+
* The :mod:`!msilib` module's :class:`Record` object
31393139
gained :meth:`GetInteger` and :meth:`GetString` methods that
31403140
return field values as an integer or a string.
31413141
(Contributed by Floris Bruynooghe; :issue:`2125`.)

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ Modules
17311731
slated for removal in Python 3.13:
17321732

17331733
+---------------------+---------------------+---------------------+---------------------+---------------------+
1734-
| :mod:`aifc` | :mod:`chunk` | :mod:`msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
1734+
| :mod:`aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
17351735
+---------------------+---------------------+---------------------+---------------------+---------------------+
17361736
| :mod:`audioop` | :mod:`crypt` | :mod:`!nis` | :mod:`!sndhdr` | :mod:`uu` |
17371737
+---------------------+---------------------+---------------------+---------------------+---------------------+

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ Modules (see :pep:`594`):
894894
* :mod:`crypt`
895895
* :mod:`imghdr`
896896
* :mod:`!mailcap`
897-
* :mod:`msilib`
897+
* :mod:`!msilib`
898898
* :mod:`!nis`
899899
* :mod:`!nntplib`
900900
* :mod:`!ossaudiodev`

Doc/whatsnew/3.13.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ Removed
198198
* :pep:`594`: Remove the :mod:`!xdrlib` module, deprecated in Python 3.11.
199199
(Contributed by Victor Stinner in :gh:`104773`.)
200200

201+
* :pep:`594`: Remove the :mod:`!msilib` module, deprecated in Python 3.11.
202+
(Contributed by Zachary Ware in :gh:`104773`.)
203+
201204

202205
Porting to Python 3.13
203206
======================

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ The MIME type of .bmp has been changed from ``'image/x-ms-bmp'`` to
11331133
msilib
11341134
------
11351135

1136-
The new :meth:`Database.Close() <msilib.Database.Close>` method can be used
1136+
The new :meth:`!Database.Close()` method can be used
11371137
to close the :abbr:`MSI` database.
11381138
(Contributed by Berker Peksag in :issue:`20486`.)
11391139

0 commit comments

Comments
 (0)