]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Nov 2021 12:11:14 +0000 (05:11 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 12:11:14 +0000 (05:11 -0700)
commit75ed2ce9e86a7f213fa54e6f8cbbb3ab6f25b5a2
treea124031af4623a8bdf5fa34d39197aa5a0cd36b1
parentc10896696f47a8348e6d9ea3c1d96fa6ba131a31
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)

``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
(cherry picked from commit 87032cfa3dc975d7442fd57dea2c6a56d31c911a)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/typing.rst