Skip to content

Commit e0bc8ee

Browse files
authored
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.
1 parent 4a66615 commit e0bc8ee

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
@@ -4997,10 +4997,6 @@ list is non-exhaustive.
49974997
* :class:`functools.cached_property`
49984998
* :class:`functools.partialmethod`
49994999
* :class:`os.PathLike`
5000-
* :class:`pathlib.Path`
5001-
* :class:`pathlib.PurePath`
5002-
* :class:`pathlib.PurePosixPath`
5003-
* :class:`pathlib.PureWindowsPath`
50045000
* :class:`queue.LifoQueue`
50055001
* :class:`queue.Queue`
50065002
* :class:`queue.PriorityQueue`

0 commit comments

Comments
 (0)