https://github.com/python/cpython/commit/edea0e7d9938139d53af84de817097bc12bb8f92
commit: edea0e7d9938139d53af84de817097bc12bb8f92
branch: main
author: Shantanu <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-02-18T14:08:50-08:00
summary:

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

files:
M Doc/library/os.path.rst

diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 16e654fcdb408d..3ee2b7db1e511b 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -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)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to