Replace a number of default argument values with "..." (#1280)

pytype apparently doesn't like default values that aren't ints or
None/True/False.
This commit is contained in:
Jelle Zijlstra
2017-05-21 14:31:22 -07:00
committed by Guido van Rossum
parent 3896298027
commit 728b977729
6 changed files with 47 additions and 52 deletions
-5
View File
@@ -17,7 +17,6 @@ stdlib/3/os/__init__.pyi
# We've not been running the pytype tests under Python 3, for quite a while.
# The below are files that have regressed and need fixing:
stdlib/3/calendar.pyi
stdlib/3/collections/__init__.pyi
stdlib/3/collections/abc.pyi
stdlib/3/concurrent/futures/__init__.pyi
@@ -31,14 +30,10 @@ stdlib/3/fileinput.pyi
stdlib/3/gzip.pyi
stdlib/3/http/__init__.pyi
stdlib/3/http/cookiejar.pyi
stdlib/3/importlib/__init__.pyi
stdlib/3/importlib/abc.pyi
stdlib/3/inspect.pyi
stdlib/3/json/__init__.pyi
stdlib/3/json/decoder.pyi
stdlib/3/json/encoder.pyi
stdlib/3/multiprocessing/__init__.pyi
stdlib/3/multiprocessing/pool.pyi
stdlib/3/ssl.pyi
stdlib/3/subprocess.pyi
stdlib/3/sys.pyi