diff options
author | Brett Cannon <brett@python.org> | 2022-04-14 19:50:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 19:50:11 (GMT) |
commit | 1b6cd872f440ee99989debc1bdecd8bea5a368bf (patch) | |
tree | 332eb451152af540a90d96b4b7d13482e780f061 /Doc | |
parent | 861974b514bc15ca1a3021f32a2d381c22f1a971 (diff) | |
download | cpython-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.rst | 1 |
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`.) |