From ae97ef94b4989254d666933767c911eb23e413cf Mon Sep 17 00:00:00 2001 From: Shao Yang Hong Date: Fri, 2 Jul 2021 15:40:16 +0000 Subject: [PATCH] Remove duplicate versionadded --- Doc/library/typing.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index e9980a7745d694..c60ac750acc4d9 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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