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

This commit is contained in:
Ran Benita 2025-07-15 15:49:11 +03:00 committed by GitHub
parent 624bf52c83
commit 7e10a103df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)