update windows build to Python 3.7
This commit is contained in:
parent
73105fa71e
commit
ddc59ab92d
5761 changed files with 750298 additions and 213405 deletions
1279
Lib/collections/__init__.py
Normal file
1279
Lib/collections/__init__.py
Normal file
File diff suppressed because it is too large
Load diff
BIN
Lib/collections/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
Lib/collections/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
BIN
Lib/collections/__pycache__/abc.cpython-37.pyc
Normal file
BIN
Lib/collections/__pycache__/abc.cpython-37.pyc
Normal file
Binary file not shown.
2
Lib/collections/abc.py
Normal file
2
Lib/collections/abc.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from _collections_abc import *
|
||||
from _collections_abc import __all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue