diff options
author | Victor Stinner <vstinner@python.org> | 2022-04-26 20:43:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 20:43:50 (GMT) |
commit | 80de0273c0caf8bae19787bb00255eb3fb2a2d0c (patch) | |
tree | eae25b99f66f046643c7990716ee7bd1b1c8ff2c /Doc/library/superseded.rst | |
parent | b87f7f2c213225cbe5c4bd8f8a83883e0824c7d0 (diff) | |
download | cpython-80de0273c0caf8bae19787bb00255eb3fb2a2d0c.zip cpython-80de0273c0caf8bae19787bb00255eb3fb2a2d0c.tar.gz cpython-80de0273c0caf8bae19787bb00255eb3fb2a2d0c.tar.bz2 |
gh-68966: Deprecate the mailcap module (#91951)
Diffstat (limited to 'Doc/library/superseded.rst')
-rw-r--r-- | Doc/library/superseded.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst index e3f9b0d..b38f166 100644 --- a/Doc/library/superseded.rst +++ b/Doc/library/superseded.rst @@ -20,9 +20,10 @@ backwards compatibility. They have been superseded by other modules. crypt.rst imghdr.rst imp.rst + mailcap.rst msilib.rst - nntplib.rst nis.rst + nntplib.rst optparse.rst ossaudiodev.rst pipes.rst |