mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +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
c23f4ab3f5
commit
a7c1cc4169
1 changed files with 0 additions and 4 deletions
|
|
@ -4903,10 +4903,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