mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user