functions/source/urllib3/response.py (3 lines): - line 334: # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but - line 339: # FIXME: Is there a better way to differentiate between SSLErrors? - line 615: # FIXME: Rewrite this method and make it a class with a better structured logic. functions/source/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. functions/source/requests/hooks.py (1 line): - line 20: # TODO: response is the only one functions/source/chardet/sbcsgroupprober.py (1 line): - line 57: # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) functions/source/urllib3/contrib/pyopenssl.py (1 line): - line 323: # FIXME rethrow compatible exceptions should we ever use this functions/source/urllib3/util/response.py (1 line): - line 77: # FIXME: Can we do this somehow without accessing private httplib _method? functions/source/urllib3/connection.py (1 line): - line 190: # TODO: Fix tunnel so it doesn't depend on self.sock state. functions/source/requests/adapters.py (1 line): - line 499: # TODO: Remove this in 3.0.0: see #2811 functions/source/urllib3/connectionpool.py (1 line): - line 433: # TODO: Add optional support for socket.gethostbyname checking.