Skip to content

Commit c939963

Browse files
[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 7e10a10) Co-authored-by: Ran Benita <ran@unusedvar.com>
1 parent 45b72c4 commit c939963

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/os.path.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,6 @@ the :mod:`glob` module.)
508508
.. versionchanged:: 3.4
509509
Added Windows support.
510510

511-
.. versionchanged:: 3.6
512-
Accepts a :term:`path-like object`.
513-
514511

515512
.. function:: split(path)
516513

0 commit comments

Comments
 (0)