Skip to content

Commit

Permalink
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Feb 18, 2024
1 parent 1e5719a commit edea0e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Doc/library/os.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit edea0e7

Please sign in to comment.