Skip to content

Commit f2fbfbe

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 1f5fe99 commit f2fbfbe

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
@@ -4959,10 +4959,6 @@ list is non-exhaustive.
49594959
* :class:`functools.cached_property`
49604960
* :class:`functools.partialmethod`
49614961
* :class:`os.PathLike`
4962-
* :class:`pathlib.Path`
4963-
* :class:`pathlib.PurePath`
4964-
* :class:`pathlib.PurePosixPath`
4965-
* :class:`pathlib.PureWindowsPath`
49664962
* :class:`queue.LifoQueue`
49674963
* :class:`queue.Queue`
49684964
* :class:`queue.PriorityQueue`

0 commit comments

Comments
 (0)