From: Ran Benita Date: Tue, 15 Jul 2025 12:49:11 +0000 (+0300) Subject: gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objec... X-Git-Tag: v3.15.0a1~968 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e10a103dfe52feb0ef3d541e08abc2640838101;p=thirdparty%2FPython%2Fcpython.git gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (#136683) --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 1c1cf07a655a..abb0131d7d05 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)