gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)

This commit is contained in:
Shantanu 2024-02-18 14:08:50 -08:00 committed by GitHub
parent 1e5719a663
commit edea0e7d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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)