From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:59:38 +0000 (+0200) Subject: [3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file... X-Git-Tag: v3.14.0rc1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c939963b53600062f0978c99559e22ab39135402;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136684) 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 --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 32a2970d2d3a..3f2574e55699 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)