Skip to content

Commit edea0e7

Browse files
authored
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
1 parent 1e5719a commit edea0e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/library/os.path.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ the :mod:`glob` module.)
9090
.. versionadded:: 3.5
9191

9292
.. versionchanged:: 3.6
93-
Accepts an iterable of :term:`path-like objects <path-like object>`.
93+
Accepts a sequence of :term:`path-like objects <path-like object>`.
94+
95+
.. versionchanged:: 3.13
96+
Any iterable can now be passed, rather than just sequences.
9497

9598

9699
.. function:: commonprefix(list)

0 commit comments

Comments
 (0)