summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-04-16 04:38:11 (GMT)
committerGitHub <noreply@github.com>2022-04-16 04:38:11 (GMT)
commitf5542ecf6d340eaaf86f31d90a7a7ff7a99f25a2 (patch)
treea3f0815bb4eb26b0caa3fd07fd2766d3d3816994 /Misc
parent2e1f9693333534e7de73bb8790b12572f83f7129 (diff)
downloadcpython-f5542ecf6d340eaaf86f31d90a7a7ff7a99f25a2.zip
cpython-f5542ecf6d340eaaf86f31d90a7a7ff7a99f25a2.tar.gz
cpython-f5542ecf6d340eaaf86f31d90a7a7ff7a99f25a2.tar.bz2
gh-82849: revise intro to os.path.rst (GH-32232)
* revise the first paragraph of docs for os.path * add a mention of `os.PathLike` protocol * remove warnings rendered irrelevant by :pep:`383` and :pep:`529` Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 468314cc8bfdb6fd328cbbbb7d0807728f25e043) Co-authored-by: Jack DeVries <jdevries3133@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2022-04-01-09-28-31.bpo-38668.j4mrqW.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-04-01-09-28-31.bpo-38668.j4mrqW.rst b/Misc/NEWS.d/next/Documentation/2022-04-01-09-28-31.bpo-38668.j4mrqW.rst
new file mode 100644
index 0000000..512f0de
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-04-01-09-28-31.bpo-38668.j4mrqW.rst
@@ -0,0 +1,3 @@
+Update the introduction to documentation for :mod:`os.path` to remove
+warnings that became irrelevant after the implementations of :pep:`383` and
+:pep:`529`.