Remove pathlib classes from the list in stdtypes.rst of classes
that can be parameterized at runtime.
(cherry picked from commit
e0bc8ee945af96f9395659bbe3cc30b082e7a361)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* :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`