summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-07-15 12:56:33 (GMT)
committerGitHub <noreply@github.com>2025-07-15 12:56:33 (GMT)
commit9c11745edeae60deb5b704488707bd9de904427a (patch)
treec81e7810d0fdf82b0661109b65192de765435132 /Doc
parent8517a890cf0437e9ab79ab833dfdd9b56b7c3100 (diff)
downloadcpython-9c11745edeae60deb5b704488707bd9de904427a.zip
cpython-9c11745edeae60deb5b704488707bd9de904427a.tar.gz
cpython-9c11745edeae60deb5b704488707bd9de904427a.tar.bz2
[3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136685)
gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (cherry picked from commit 7e10a103dfe52feb0ef3d541e08abc2640838101) Co-authored-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.path.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 35cfb96..d21a72f 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -508,9 +508,6 @@ the :mod:`glob` module.)
.. versionchanged:: 3.4
Added Windows support.
- .. versionchanged:: 3.6
- Accepts a :term:`path-like object`.
-
.. function:: split(path)