Staging
v0.5.1
https://github.com/python/cpython
Revision baf8a9b03a56ce1ee2284763b267ff56ab4507fe authored by Miss Islington (bot) on 10 October 2019, 11:19:03 UTC, committed by GitHub on 10 October 2019, 11:19:03 UTC

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>
1 parent 6b6935e
Raw File
Tip revision: baf8a9b03a56ce1ee2284763b267ff56ab4507fe authored by Miss Islington (bot) on 10 October 2019, 11:19:03 UTC
bpo-32996: Documentation fix-up. (GH-16646)
Tip revision: baf8a9b
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top