awscrt/eventstream/rpc.py (2 lines): - line 78: # TODO: when python 3.5 is dropped this class should inherit from IntFlag. - line 363: # TODO: let user pass their own exception/error-code/reason for closing awscrt/s3.py (1 line): - line 364: # TODO The error body is XML, will need to parse it to something prettier. awscrt/auth.py (1 line): - line 294: # TODO: support async delegates source/http_stream.c (1 line): - line 123: /* TODO: handle informational and trailing headers */ awscrt/io.py (1 line): - line 590: # TODO: Implement IOBase interface so Python can read from this class as well. source/mqtt_client_connection.c (1 line): - line 468: /* TODO: Translate Python exception to aws error. In the meantime here's a catch-all. */