We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5719a commit edea0e7Copy full SHA for edea0e7
Doc/library/os.path.rst
@@ -90,7 +90,10 @@ the :mod:`glob` module.)
90
.. versionadded:: 3.5
91
92
.. versionchanged:: 3.6
93
- Accepts an iterable of :term:`path-like objects <path-like object>`.
+ Accepts a sequence of :term:`path-like objects <path-like object>`.
94
+
95
+ .. versionchanged:: 3.13
96
+ Any iterable can now be passed, rather than just sequences.
97
98
99
.. function:: commonprefix(list)
0 commit comments