mirror of https://github.com/python/cpython
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
This commit is contained in:
parent
1e5719a663
commit
edea0e7d99
|
@ -90,7 +90,10 @@ the :mod:`glob` module.)
|
||||||
.. versionadded:: 3.5
|
.. versionadded:: 3.5
|
||||||
|
|
||||||
.. versionchanged:: 3.6
|
.. versionchanged:: 3.6
|
||||||
Accepts an iterable of :term:`path-like objects <path-like object>`.
|
Accepts a sequence of :term:`path-like objects <path-like object>`.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.13
|
||||||
|
Any iterable can now be passed, rather than just sequences.
|
||||||
|
|
||||||
|
|
||||||
.. function:: commonprefix(list)
|
.. function:: commonprefix(list)
|
||||||
|
|
Loading…
Reference in New Issue