diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2025-07-15 12:56:33 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 12:56:33 (GMT) |
| commit | 9c11745edeae60deb5b704488707bd9de904427a (patch) | |
| tree | c81e7810d0fdf82b0661109b65192de765435132 /Doc | |
| parent | 8517a890cf0437e9ab79ab833dfdd9b56b7c3100 (diff) | |
| download | cpython-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.rst | 3 |
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) |
