]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32996: Documentation fix-up. (GH-16646)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2019 11:17:05 +0000 (04:17 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 11:17:05 +0000 (04:17 -0700)
commitca012360b103f2ab1acfa506aed032b0ed9b105c
treec5516f2d8e28467edbaf0517fd47bdff2d353a28
parentd27a9b1695a1b46c81b3a83a7a35034791265d89
bpo-32996: Documentation fix-up. (GH-16646)

PR GH-4906 changed the typing.Generic class hierarchy, leaving an
outdated comment in the library reference. User-defined Generic ABCs now
must get a abc.ABCMeta metaclass from something other than typing.Generic
inheritance.
(cherry picked from commit d47f0dd2e85ce032aebfedbde18cdb2e728fa79f)

Co-authored-by: M. Eric Irrgang <mei2n@virginia.edu>
Doc/library/typing.rst