mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user