]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objec...
authorRan Benita <ran@unusedvar.com>
Tue, 15 Jul 2025 12:49:11 +0000 (15:49 +0300)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 12:49:11 +0000 (14:49 +0200)
Doc/library/os.path.rst

index 1c1cf07a655ae777ba6346d478a3ecf615cfa900..abb0131d7d058e87bc4ba1228bded2469646c82e 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)