diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-05 14:01:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 14:01:58 (GMT) |
commit | 1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4 (patch) | |
tree | fa6ea2f38cf85e23d7e082478baaff83e5a4e366 /Doc/whatsnew/2.7.rst | |
parent | 0affc3d0f070f1fef4da915ba560875c7bcec7bb (diff) | |
download | cpython-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.rst | 6 |
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 |