Split and restore correct Python 2 version of cgi.pyi (#5064)

* Split cgi.pyi into Py2 and 3 versions

* Restore correct Python 2 version of cgi.pyi

* Remove unnecessary version checks in cgi.pyi

* Use collections.abc

* Use List in Python 2 stub
This commit is contained in:
Sebastian Rittau
2021-02-24 23:46:03 +01:00
committed by GitHub
parent 84daaca4d1
commit 08b26b9e8e
3 changed files with 132 additions and 79 deletions

View File

@@ -54,7 +54,7 @@ builtins: 3.6
bz2: 2.7
cProfile: 2.7
calendar: 2.7
cgi: 2.7
cgi: 3.6
cgitb: 2.7
chunk: 2.7
cmath: 2.7