]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Nov 2020 17:59:10 +0000 (09:59 -0800)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 17:59:10 +0000 (09:59 -0800)
commit1051ca4d974ebb6448f58b661aa28f8aff325ed3
tree433fe83d7e555388a990635132dd4c8633875503
parent2acd9d0c6ccf0b4360e3b63beddb97996bcb9bb1
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)

* Whatsnew entry in 3.9 same as the one in 3.10.
* versionchanged for typing.Literal docs

Needs backport to 3.9.
(cherry picked from commit e1dc0db8c7cb8c4d7343e051ba85146b375bb8e0)

Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/library/typing.rst
Doc/whatsnew/3.9.rst