mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Drop Python 3.3 support from several stubs (#2266)
* Drop Python 3.3 support from importlib stubs * Drop Python 3.3 support from html and symbol stubs
This commit is contained in:
committed by
Jelle Zijlstra
parent
1184726417
commit
b05e99297c
+1
-2
@@ -92,7 +92,6 @@ comp_for = ... # type: int
|
||||
comp_if = ... # type: int
|
||||
encoding_decl = ... # type: int
|
||||
yield_expr = ... # type: int
|
||||
if sys.version_info >= (3, 3):
|
||||
yield_arg = ... # type: int
|
||||
yield_arg = ... # type: int
|
||||
|
||||
sym_name = ... # type: Dict[int, str]
|
||||
|
||||
Reference in New Issue
Block a user