diff options
author | Zachary Ware <zach@python.org> | 2023-05-25 01:06:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 01:06:00 (GMT) |
commit | 98c4333e88131fe128494f7474ad12b8b62922b2 (patch) | |
tree | 19d79b2736957b7b0ef06ab48eee3e5e738b00d3 /Misc | |
parent | 41768a2bd3a8f57e6ce4e4ae9cab083b69817ec1 (diff) | |
download | cpython-98c4333e88131fe128494f7474ad12b8b62922b2.zip cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.gz cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.bz2 |
gh-104773: Remove the msilib package (GH-104911)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.10.0a1.rst | 8 | ||||
-rw-r--r-- | Misc/NEWS.d/3.12.0a1.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/3.6.4rc1.rst | 4 | ||||
-rw-r--r-- | Misc/NEWS.d/3.7.0a3.rst | 4 | ||||
-rw-r--r-- | Misc/NEWS.d/3.8.0b1.rst | 4 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-24-18-48-10.gh-issue-104773.TrgUeO.rst | 1 |
6 files changed, 12 insertions, 11 deletions
diff --git a/Misc/NEWS.d/3.10.0a1.rst b/Misc/NEWS.d/3.10.0a1.rst index c7cd650..301612c 100644 --- a/Misc/NEWS.d/3.10.0a1.rst +++ b/Misc/NEWS.d/3.10.0a1.rst @@ -2986,7 +2986,7 @@ Update Windows release to include SQLite 3.32.3. .. nonce: jpZzzh .. section: Windows -:mod:`msilib` now supports creating CAB files with non-ASCII file path and +:mod:`!msilib` now supports creating CAB files with non-ASCII file path and adding files with non-ASCII file path to them. .. @@ -2996,9 +2996,9 @@ adding files with non-ASCII file path to them. .. nonce: gaQc3C .. section: Windows -Fixed support of non-ASCII names in functions :func:`msilib.OpenDatabase` -and :func:`msilib.init_database` and non-ASCII SQL in method -:meth:`msilib.Database.OpenView`. +Fixed support of non-ASCII names in functions :func:`!msilib.OpenDatabase` +and :func:`!msilib.init_database` and non-ASCII SQL in method +:meth:`!msilib.Database.OpenView`. .. diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst index ff5064f..2e1d39b 100644 --- a/Misc/NEWS.d/3.12.0a1.rst +++ b/Misc/NEWS.d/3.12.0a1.rst @@ -5400,7 +5400,7 @@ Update libffi to 3.4.3 .. nonce: kV4K_1 .. section: Windows -Fixes a potential buffer overrun in :mod:`msilib`. +Fixes a potential buffer overrun in :mod:`!msilib`. .. diff --git a/Misc/NEWS.d/3.6.4rc1.rst b/Misc/NEWS.d/3.6.4rc1.rst index dc9ab7a..ae4534b 100644 --- a/Misc/NEWS.d/3.6.4rc1.rst +++ b/Misc/NEWS.d/3.6.4rc1.rst @@ -294,7 +294,7 @@ by Nir Soffer. .. nonce: Nj3A0x .. section: Library -Make :meth:`msilib.SummaryInformation.GetProperty` return ``None`` when the +Make :meth:`!msilib.SummaryInformation.GetProperty` return ``None`` when the value of property is ``VT_EMPTY``. Initial patch by Mark Mc Mahon. .. @@ -316,7 +316,7 @@ Initial patch by Robin Wellner. .. nonce: xWT9k0 .. section: Library -:func:`msilib.OpenDatabase` now raises a better exception message when it +:func:`!msilib.OpenDatabase` now raises a better exception message when it couldn't open or create an MSI file. Initial patch by William Tisäter. .. diff --git a/Misc/NEWS.d/3.7.0a3.rst b/Misc/NEWS.d/3.7.0a3.rst index 6576c1f..368efb7 100644 --- a/Misc/NEWS.d/3.7.0a3.rst +++ b/Misc/NEWS.d/3.7.0a3.rst @@ -350,7 +350,7 @@ the left most segment of hostname in second argument of .. nonce: Nj3A0x .. section: Library -Make :meth:`msilib.SummaryInformation.GetProperty` return ``None`` when the +Make :meth:`!msilib.SummaryInformation.GetProperty` return ``None`` when the value of property is ``VT_EMPTY``. Initial patch by Mark Mc Mahon. .. @@ -396,7 +396,7 @@ Initial patch by Robin Wellner. .. nonce: xWT9k0 .. section: Library -:func:`msilib.OpenDatabase` now raises a better exception message when it +:func:`!msilib.OpenDatabase` now raises a better exception message when it couldn't open or create an MSI file. Initial patch by William Tisäter. .. diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst index 5285770..72e6b31 100644 --- a/Misc/NEWS.d/3.8.0b1.rst +++ b/Misc/NEWS.d/3.8.0b1.rst @@ -509,7 +509,7 @@ Add SSLContext.num_tickets to control the number of TLSv1.3 session tickets. .. nonce: nobzc9 .. section: Library -Fix the error handling in :meth:`msilib.SummaryInformation.GetProperty`. +Fix the error handling in :meth:`!msilib.SummaryInformation.GetProperty`. Patch by Zackery Spytz. .. @@ -538,7 +538,7 @@ module. .. nonce: TQFOR4 .. section: Library -:meth:`msilib.Directory.start_component()` no longer fails if *keyfile* is +:meth:`!msilib.Directory.start_component()` no longer fails if *keyfile* is not ``None``. .. diff --git a/Misc/NEWS.d/next/Library/2023-05-24-18-48-10.gh-issue-104773.TrgUeO.rst b/Misc/NEWS.d/next/Library/2023-05-24-18-48-10.gh-issue-104773.TrgUeO.rst new file mode 100644 index 0000000..34f46d9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-24-18-48-10.gh-issue-104773.TrgUeO.rst @@ -0,0 +1 @@ +:pep:`594`: Removed the :mod:`!msilib` package, deprecated in Python 3.11. |