From: Alex Waygood Date: Fri, 11 Feb 2022 20:39:37 +0000 (+0000) Subject: bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281) X-Git-Tag: v3.11.0a6~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0bc8ee945af96f9395659bbe3cc30b082e7a361;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3465320c87d8..cdc4dad06781 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`