]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Jul 2025 12:59:38 +0000 (14:59 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 12:59:38 +0000 (12:59 +0000)
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>
Doc/library/os.path.rst

index 32a2970d2d3a2cd87ebdc6f0baa37e8f53b84025..3f2574e55699bf23f2909d013678698e5cd1972a 100644 (file)
@@ -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)