)]}'
{"tempest/lib/common/http.py":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"89c5ba88f718b4ac501b232c54f9fa4be9e549e4","unresolved":true,"context_lines":[{"line_number":88,"context_line":"                for key, value in info.getheaders().items():"},{"line_number":89,"context_line":"                    # We assume HTTP header name to be string, not random"},{"line_number":90,"context_line":"                    # bytes, thus ensure we have string keys."},{"line_number":91,"context_line":"                    self[key.lower()] \u003d value"},{"line_number":92,"context_line":"                self.status \u003d info.status"},{"line_number":93,"context_line":"                self[\u0027status\u0027] \u003d str(self.status)"},{"line_number":94,"context_line":"                self.reason \u003d info.reason"}],"source_content_type":"text/x-python","patch_set":2,"id":"4cb03f6f_86902059","line":91,"range":{"start_line":91,"start_character":25,"end_line":91,"end_character":28},"updated":"2021-03-02 13:50:29.000000000","message":"reading the comment above I\u0027m a little confused, should we still cast key to string or six.u was there only for py2/3 compatibility and it\u0027s not needed anymore?","commit_id":"4d625b946e366120f1b65d952c66cfa3697c0c45"}]}
