]> granicus.if.org Git - python/commit
bpo-32996: Documentation fix-up. (GH-16646)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2019 11:19:03 +0000 (04:19 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 11:19:03 +0000 (04:19 -0700)
commitbaf8a9b03a56ce1ee2284763b267ff56ab4507fe
treec82d31d45b90d572b3acd5057153fd9572c1c121
parent6b6935e563562c427d5bb1b2864d6a2fed0e74fa
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