https://github.com/python/cpython/commit/7e10a103dfe52feb0ef3d541e08abc2640838101
commit: 7e10a103dfe52feb0ef3d541e08abc2640838101
branch: main
author: Ran Benita <[email protected]>
committer: picnixz <[email protected]>
date: 2025-07-15T14:49:11+02:00
summary:

gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like 
objects (#136683)

files:
M Doc/library/os.path.rst

diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 1c1cf07a655ae7..abb0131d7d058e 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)
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to