diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2024-01-03 13:04:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 13:04:26 (GMT) |
commit | fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f (patch) | |
tree | 0e3617ea0028170ad23b24b9796146925ca9a64f /Doc/whatsnew/3.9.rst | |
parent | 4de468cce106221968d7ac08ddd94571b903c194 (diff) | |
download | cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.zip cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.gz cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.bz2 |
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 0c85fe1..f7ad437 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -931,7 +931,7 @@ Deprecated * Passing ``None`` as the first argument to the :func:`shlex.split` function has been deprecated. (Contributed by Zackery Spytz in :issue:`33262`.) -* :func:`smtpd.MailmanProxy` is now deprecated as it is unusable without +* :func:`!smtpd.MailmanProxy` is now deprecated as it is unusable without an external module, ``mailman``. (Contributed by Samuel Colvin in :issue:`35800`.) * The :mod:`!lib2to3` module now emits a :exc:`PendingDeprecationWarning`. |