diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-01-05 13:31:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 13:31:28 (GMT) |
commit | e56c53334f1adf5b4ea940036c76d18e80fe809d (patch) | |
tree | b5fa99329da5d0f30482c8ce8a06dac67d2819ea /Doc/whatsnew/2.0.rst | |
parent | 3003fbbf00422bce6e327646063e97470afa9091 (diff) | |
download | cpython-e56c53334f1adf5b4ea940036c76d18e80fe809d.zip cpython-e56c53334f1adf5b4ea940036c76d18e80fe809d.tar.gz cpython-e56c53334f1adf5b4ea940036c76d18e80fe809d.tar.bz2 |
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew/2.0.rst')
-rw-r--r-- | Doc/whatsnew/2.0.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/2.0.rst b/Doc/whatsnew/2.0.rst index b0e495b..620eb78 100644 --- a/Doc/whatsnew/2.0.rst +++ b/Doc/whatsnew/2.0.rst @@ -1095,8 +1095,8 @@ module. GNU gettext message catalog library. (Integrated by Barry Warsaw, from separate contributions by Martin von Löwis, Peter Funk, and James Henstridge.) -* :mod:`linuxaudiodev`: Support for the :file:`/dev/audio` device on Linux, a - twin to the existing :mod:`sunaudiodev` module. (Contributed by Peter Bosch, +* :mod:`!linuxaudiodev`: Support for the :file:`/dev/audio` device on Linux, a + twin to the existing :mod:`!sunaudiodev` module. (Contributed by Peter Bosch, with fixes by Jeremy Hylton.) * :mod:`mmap`: An interface to memory-mapped files on both Windows and Unix. A @@ -1139,8 +1139,8 @@ module. Unix, not to be confused with :program:`gzip`\ -format files (which are supported by the :mod:`gzip` module) (Contributed by James C. Ahlstrom.) -* :mod:`imputil`: A module that provides a simpler way for writing customized - import hooks, in comparison to the existing :mod:`ihooks` module. (Implemented +* :mod:`!imputil`: A module that provides a simpler way for writing customized + import hooks, in comparison to the existing :mod:`!ihooks` module. (Implemented by Greg Stein, with much discussion on python-dev along the way.) .. ====================================================================== |