Merge Python 2 and 3 builtins.pyi (#2533)

This commit is contained in:
Sebastian Rittau
2018-12-21 16:12:41 +01:00
committed by Jelle Zijlstra
parent 76a334daeb
commit eb1788ac39
6 changed files with 2650 additions and 2783 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1600
stdlib/2and3/builtins.pyi Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ import os
import filecmp
consistent_files = [
{'stdlib/2/builtins.pyi', 'stdlib/2/__builtin__.pyi'},
{'stdlib/2and3/builtins.pyi', 'stdlib/2/__builtin__.pyi'},
{'stdlib/2/SocketServer.pyi', 'stdlib/3/socketserver.pyi'},
{'stdlib/2/os2emxpath.pyi', 'stdlib/2and3/posixpath.pyi',
'stdlib/2and3/ntpath.pyi', 'stdlib/2and3/macpath.pyi',

View File

@@ -3,9 +3,8 @@
# pytype has its own version of these files, and thus doesn't mind if it
# can't parse the typeshed version:
stdlib/2/__builtin__.pyi
stdlib/2/builtins.pyi
stdlib/2/typing.pyi
stdlib/3/builtins.pyi
stdlib/2and3/builtins.pyi
stdlib/3/typing.pyi
stdlib/3/collections/__init__.pyi # parse only