mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 17:58:40 +08:00
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:
committed by
Guido van Rossum
parent
3896298027
commit
728b977729
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user