Skip to content

Commit

Permalink
pythongh-114709: Mark commonpath behaviour as changed in 3.13 (python…
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored and woodruffw committed Mar 4, 2024
1 parent 3cbf4d8 commit a6ec7c5
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 a6ec7c5

Please sign in to comment.