Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ These can be used as types in annotations and do not support ``[]``.
raise RuntimeError('no way')

.. versionadded:: 3.5.4
.. versionadded:: 3.6.2

.. data:: TypeAlias

Expand Down Expand Up @@ -1450,7 +1449,6 @@ Corresponding to types in :mod:`collections`
A generic version of :class:`collections.ChainMap`.

.. versionadded:: 3.5.4
.. versionadded:: 3.6.1

.. deprecated:: 3.9
:class:`collections.ChainMap` now supports ``[]``. See :pep:`585` and
Expand All @@ -1461,7 +1459,6 @@ Corresponding to types in :mod:`collections`
A generic version of :class:`collections.Counter`.

.. versionadded:: 3.5.4
.. versionadded:: 3.6.1

.. deprecated:: 3.9
:class:`collections.Counter` now supports ``[]``. See :pep:`585` and
Expand All @@ -1472,7 +1469,6 @@ Corresponding to types in :mod:`collections`
A generic version of :class:`collections.deque`.

.. versionadded:: 3.5.4
.. versionadded:: 3.6.1

.. deprecated:: 3.9
:class:`collections.deque` now supports ``[]``. See :pep:`585` and
Expand Down Expand Up @@ -1816,7 +1812,6 @@ Context manager types
A generic version of :class:`contextlib.AbstractContextManager`.

.. versionadded:: 3.5.4
.. versionadded:: 3.6.0

.. deprecated:: 3.9
:class:`contextlib.AbstractContextManager` now supports ``[]``. See
Expand All @@ -1827,7 +1822,6 @@ Context manager types
A generic version of :class:`contextlib.AbstractAsyncContextManager`.

.. versionadded:: 3.5.4
.. versionadded:: 3.6.2

.. deprecated:: 3.9
:class:`contextlib.AbstractAsyncContextManager` now supports ``[]``. See
Expand Down