diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2022-02-11 20:39:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 20:39:37 (GMT) |
commit | e0bc8ee945af96f9395659bbe3cc30b082e7a361 (patch) | |
tree | 09cd4b65611df277808995b3ffbee0d34f4f4f97 /Doc/library | |
parent | 4a66615ba736f84eadf9456bfd5d32a94cccf117 (diff) | |
download | cpython-e0bc8ee945af96f9395659bbe3cc30b082e7a361.zip cpython-e0bc8ee945af96f9395659bbe3cc30b082e7a361.tar.gz cpython-e0bc8ee945af96f9395659bbe3cc30b082e7a361.tar.bz2 |
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.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3465320..cdc4dad 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4997,10 +4997,6 @@ list is non-exhaustive. * :class:`functools.cached_property` * :class:`functools.partialmethod` * :class:`os.PathLike` -* :class:`pathlib.Path` -* :class:`pathlib.PurePath` -* :class:`pathlib.PurePosixPath` -* :class:`pathlib.PureWindowsPath` * :class:`queue.LifoQueue` * :class:`queue.Queue` * :class:`queue.PriorityQueue` |