mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
This commit is contained in:
parent
1e5719a663
commit
edea0e7d99
1 changed files with 4 additions and 1 deletions
|
|
@ -90,7 +90,10 @@ the :mod:`glob` module.)
|
|||
.. versionadded:: 3.5
|
||||
|
||||
.. 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue