Staging
v0.8.1
https://github.com/python/cpython
Revision e742826531d4369cb1eff65337fa95fd67de8d42 authored by Miss Islington (bot) on 13 October 2019, 17:00:19 UTC, committed by GitHub on 13 October 2019, 17:00:19 UTC

Metaclass was removed in Python 3.7 (there is already a `versionchanged` item about this).

https://bugs.python.org/issue28556
(cherry picked from commit 8144095707f87bdee6f3e1bbb15283ea61381be6)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
1 parent a04c7eb
Raw File
Tip revision: e742826531d4369cb1eff65337fa95fd67de8d42 authored by Miss Islington (bot) on 13 October 2019, 17:00:19 UTC
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743)
Tip revision: e742826
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