summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-04-14 19:50:11 (GMT)
committerGitHub <noreply@github.com>2022-04-14 19:50:11 (GMT)
commit1b6cd872f440ee99989debc1bdecd8bea5a368bf (patch)
tree332eb451152af540a90d96b4b7d13482e780f061 /Doc
parent861974b514bc15ca1a3021f32a2d381c22f1a971 (diff)
downloadcpython-1b6cd872f440ee99989debc1bdecd8bea5a368bf.zip
cpython-1b6cd872f440ee99989debc1bdecd8bea5a368bf.tar.gz
cpython-1b6cd872f440ee99989debc1bdecd8bea5a368bf.tar.bz2
gh-91217: deprecate msilib (GH-91515)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.11.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 894ec8a..f8e86f6 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -857,6 +857,7 @@ Deprecated
* :mod:`chunk`
* :mod:`crypt`
* :mod:`imghdr`
+ * :mod:`msilib`
(Contributed by Brett Cannon in :issue:`47061`.)