Skip to content

Commit a7c1cc4

Browse files
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
Remove pathlib classes from the list in stdtypes.rst of classes that can be parameterized at runtime. (cherry picked from commit e0bc8ee) Co-authored-by: Alex Waygood <[email protected]>
1 parent c23f4ab commit a7c1cc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4903,10 +4903,6 @@ list is non-exhaustive.
49034903
* :class:`functools.cached_property`
49044904
* :class:`functools.partialmethod`
49054905
* :class:`os.PathLike`
4906-
* :class:`pathlib.Path`
4907-
* :class:`pathlib.PurePath`
4908-
* :class:`pathlib.PurePosixPath`
4909-
* :class:`pathlib.PureWindowsPath`
49104906
* :class:`queue.LifoQueue`
49114907
* :class:`queue.Queue`
49124908
* :class:`queue.PriorityQueue`

0 commit comments

Comments
 (0)