forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Syncs typeshed, mostly to pull in some [tweaks I made][0] that makes typeshed compatible with both the current and [proposed][1] overload semantics. [0]: python/typeshed#2138 [1]: python/typing#253 (comment)
- Loading branch information
1 parent
fae1f25
commit 41f814f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule typeshed
updated
13 files
+2 −2 | stdlib/2/__builtin__.pyi | |
+2 −2 | stdlib/2/builtins.pyi | |
+1 −1 | stdlib/2/itertools.pyi | |
+2 −2 | stdlib/2/os/__init__.pyi | |
+4 −4 | stdlib/2/os/path.pyi | |
+3 −5 | stdlib/2and3/hmac.pyi | |
+1 −1 | stdlib/2and3/socket.pyi | |
+2 −2 | stdlib/2and3/sysconfig.pyi | |
+4 −4 | stdlib/3/builtins.pyi | |
+1 −1 | stdlib/3/itertools.pyi | |
+2 −2 | stdlib/3/typing.pyi | |
+4 −4 | stdlib/3/urllib/parse.pyi | |
+41 −41 | third_party/2and3/attr/__init__.pyi |