Enable PEP-561 support for all Python versions (PY-32283)

See https://github.com/python/peps/pull/415#issuecomment-432522008
This commit is contained in:
Semyon Proshev
2018-10-29 09:27:26 +03:00
parent b805662ad0
commit bd6dd003ec
7 changed files with 72 additions and 125 deletions
@@ -1,7 +1,6 @@
<html>
<body>
Advertises stub packages.
Supports Python 3.7 and later.
<p>
Stub package is a package that contains type information for the corresponding runtime package.
See <a href="https://www.python.org/dev/peps/pep-0561/">PEP 561</a> for more details.
@@ -1,7 +1,6 @@
<html>
<body>
Checks that a stub package supports the version of the corresponding runtime package.
Supports Python 3.7 and later.
<p>
Stub package is a package that contains type information for some runtime package.
See <a href="https://www.python.org/dev/peps/pep-0561/">PEP 561</a> for more details.