summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-01-05 14:01:58 (GMT)
committerGitHub <noreply@github.com>2024-01-05 14:01:58 (GMT)
commit1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4 (patch)
treefa6ea2f38cf85e23d7e082478baaff83e5a4e366 /Doc/whatsnew/2.7.rst
parent0affc3d0f070f1fef4da915ba560875c7bcec7bb (diff)
downloadcpython-1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4.zip
cpython-1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4.tar.gz
cpython-1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4.tar.bz2
[3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-113725) (#113734)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> 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.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 220c531..2f89b9b 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1315,9 +1315,9 @@ changes, or look through the Subversion logs for all the details.
giving the source address that will be used for the connection.
(Contributed by Eldon Ziegler; :issue:`3972`.)
-* The :mod:`ihooks` module now supports relative imports. Note that
- :mod:`ihooks` is an older module for customizing imports,
- superseded by the :mod:`imputil` module added in Python 2.0.
+* The :mod:`!ihooks` module now supports relative imports. Note that
+ :mod:`!ihooks` is an older module for customizing imports,
+ superseded by the :mod:`!imputil` module added in Python 2.0.
(Relative import support added by Neil Schemenauer.)
.. revision 75423