summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-07 21:12:37 (GMT)
committerGitHub <noreply@github.com>2023-12-07 21:12:37 (GMT)
commitcda169579944b1ff6f530c11b62c758cfc3e5ec3 (patch)
treef65d219f46e6a295243ac6e9efefd93576d37ac6 /Doc/whatsnew
parenta18201bff1c5d0e29e6f04e7356896f41b3ed9ac (diff)
downloadcpython-cda169579944b1ff6f530c11b62c758cfc3e5ec3.zip
cpython-cda169579944b1ff6f530c11b62c758cfc3e5ec3.tar.gz
cpython-cda169579944b1ff6f530c11b62c758cfc3e5ec3.tar.bz2
[3.11] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are referenced (#112833) (#112858)
(cherry-picked from commit 2c3906bc4b)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.7.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 9db6d49..cfc5ea8 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -2144,9 +2144,9 @@ The following features and APIs have been removed from Python 3.7:
* Removed support of the *exclude* argument in :meth:`tarfile.TarFile.add`.
It was deprecated in Python 2.7 and 3.2. Use the *filter* argument instead.
-* The ``splitunc()`` function in the :mod:`ntpath` module was deprecated in
- Python 3.1, and has now been removed. Use the :func:`~os.path.splitdrive`
- function instead.
+* The :func:`!ntpath.splitunc` function was deprecated in
+ Python 3.1, and has now been removed. Use :func:`~os.path.splitdrive`
+ instead.
* :func:`collections.namedtuple` no longer supports the *verbose* parameter
or ``_source`` attribute which showed the generated source code for the