mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +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
@@ -16,8 +16,7 @@ def S_ISSOCK(mode: int) -> bool: ...
|
||||
def S_IMODE(mode: int) -> int: ...
|
||||
def S_IFMT(mode: int) -> int: ...
|
||||
|
||||
if sys.version_info >= (3, 3):
|
||||
def filemode(mode: int) -> str: ...
|
||||
def filemode(mode: int) -> str: ...
|
||||
|
||||
ST_MODE = 0
|
||||
ST_INO = 0
|
||||
|
||||
Reference in New Issue
Block a user