-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync typeshed (and fix typeshed build breakage) (#6403)
This requires another (wrong, of course) addition to the errors in testNewAnalyzerBasicTypeshed_newsemanal, since there has been a typeshed change that causes another newsemanal error. (This is actually the main motivation for this sync, to allow fixing the typeshed build breakage.)
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Submodule typeshed
updated
27 files
+1 −1 | requirements-tests-py3.txt | |
+3 −0 | stdlib/2/__builtin__.pyi | |
+11 −1 | stdlib/2/httplib.pyi | |
+2 −3 | stdlib/2/itertools.pyi | |
+0 −3 | stdlib/2/os/__init__.pyi | |
+17 −17 | stdlib/2/platform.pyi | |
+1 −1 | stdlib/2/typing.pyi | |
+13 −9 | stdlib/2/urllib2.pyi | |
+3 −0 | stdlib/2and3/builtins.pyi | |
+9 −5 | stdlib/2and3/codecs.pyi | |
+11 −2 | stdlib/3/asyncio/events.pyi | |
+5 −1 | stdlib/3/email/charset.pyi | |
+2 −3 | stdlib/3/itertools.pyi | |
+2 −3 | stdlib/3/os/__init__.pyi | |
+1 −1 | stdlib/3/typing.pyi | |
+14 −6 | stdlib/3/urllib/request.pyi | |
+5 −1 | third_party/2/gflags.pyi | |
+62 −0 | third_party/2and3/click/decorators.pyi | |
+2 −2 | third_party/2and3/flask/app.pyi | |
+1 −1 | third_party/2and3/flask/blueprints.pyi | |
+2 −2 | third_party/2and3/flask/config.pyi | |
+1 −1 | third_party/2and3/requests/auth.pyi | |
+1 −1 | third_party/2and3/werkzeug/exceptions.pyi | |
+10 −2 | third_party/2and3/werkzeug/utils.pyi | |
+3 −1 | third_party/2and3/werkzeug/wrappers.pyi | |
+2 −2 | third_party/3/jwt/__init__.pyi | |
+14 −0 | third_party/3/orjson.pyi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters