mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 19:17:16 +08:00
Drop Python 3.3 support from several stubs (#2265)
* Drop Python 3.3 support from several stubs * Revert wrong socketserver changes
This commit is contained in:
committed by
Jelle Zijlstra
parent
b05e99297c
commit
95eff73ab2
@@ -18,5 +18,4 @@ else:
|
||||
def glob(pathname: AnyStr) -> List[AnyStr]: ...
|
||||
def iglob(pathname: AnyStr) -> Iterator[AnyStr]: ...
|
||||
|
||||
if sys.version_info >= (3, 4):
|
||||
def escape(pathname: AnyStr) -> AnyStr: ...
|
||||
def escape(pathname: AnyStr) -> AnyStr: ...
|
||||
|
||||
Reference in New Issue
Block a user