]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 18 Feb 2024 22:08:50 +0000 (14:08 -0800)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2024 22:08:50 +0000 (14:08 -0800)
Doc/library/os.path.rst

index 16e654fcdb408db4f7e0193e416dba7a86b4b9e9..3ee2b7db1e511b9d6638932681f522f2e999ed84 100644 (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)