aliyun-python-sdk-core/aliyunsdkcore/client.py (4 lines): - line 68: # TODO: replace it with TimeoutHandler - line 355: # TODO: replace it with a timeout_handler - line 385: # TODO: replace it with a retry_handler - line 449: # TODO handle if response_body is too big aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/response.py (3 lines): - line 365: # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but - line 370: # FIXME: Is there a better way to differentiate between SSLErrors? - line 646: # FIXME: Rewrite this method and make it a class with a better structured logic. aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/contrib/securetransport.py (3 lines): - line 590: # TODO: should I do clean shutdown here? Do I have to? - line 727: # TODO: Well, crap. - line 737: # TODO: Update in line with above. python-sdk-functional-test/base.py (1 line): - line 243: # FIXME We have wait for 5 seconds after CreateRole before aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/chardet/sbcsgroupprober.py (1 line): - line 57: # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/adapters.py (1 line): - line 494: # TODO: Remove this in 3.0.0: see #2811 aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/connection.py (1 line): - line 175: # TODO: Fix tunnel so it doesn't depend on self.sock state. aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/hooks.py (1 line): - line 20: # TODO: response is the only one aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/connectionpool.py (1 line): - line 433: # TODO: Add optional support for socket.gethostbyname checking. aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/util/response.py (1 line): - line 83: # FIXME: Can we do this somehow without accessing private httplib _method? aliyun-python-sdk-core/aliyunsdkcore/vendored/requests/packages/urllib3/contrib/pyopenssl.py (1 line): - line 335: # FIXME rethrow compatible exceptions should we ever use this