mirror of
https://github.com/python/cpython.git
synced 2026-03-31 17:11:13 +00:00
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 e0bc8ee945)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
1f5fe9962f
commit
f2fbfbe0ec
1 changed files with 0 additions and 4 deletions
|
|
@ -4959,10 +4959,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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue