Merge remote-tracking branch 'origin/3.4.x' into 4.0.x

This commit is contained in:
William Cheng
2018-11-15 17:49:44 +08:00
581 changed files with 32821 additions and 958 deletions

View File

@@ -63,7 +63,7 @@ class ApiClient(object):
_pool = None
def __init__(self, configuration=None, header_name=None, header_value=None,
cookie=None, pool_threads=1):
cookie=None, pool_threads=None):
if configuration is None:
configuration = Configuration()
self.configuration = configuration