Apply fixes, remove duplicates.

Apply fixes to _random, cStringIO, errno, operator, sys, zlib, etc.; also,
remove duplicate 2.7/math.pyi, 2.7/marshal.pyi.
This commit is contained in:
Matthias Kramm
2015-09-30 12:04:57 -07:00
parent fc2ddb852c
commit 56dcc02e25
19 changed files with 734 additions and 605 deletions

View File

@@ -1,5 +1,5 @@
"""Stub file for the 'time' module."""
# based on autogenerated stub from typeshed and https://docs.python.org/2/library/time.html
# See https://docs.python.org/2/library/time.html
from typing import NamedTuple, Tuple, Union