)]}'
{"storlets/tools/extensions/ipython.py":[{"author":{"_account_id":4608,"name":"Kota Tsuyuzaki","email":"bloodeagle40234@gmail.com","username":"tsuyuzaki-kota"},"change_message_id":"7c83b379b2f7d0d9fc5e570ec7c11c296b0ce49c","unresolved":false,"context_lines":[{"line_number":57,"context_line":""},{"line_number":58,"context_line":"    @property"},{"line_number":59,"context_line":"    def content(self):"},{"line_number":60,"context_line":"        return b\u0027\u0027.join([chunk for chunk in self._body_iter])"},{"line_number":61,"context_line":""},{"line_number":62,"context_line":""},{"line_number":63,"context_line":"def get_swift_connection():"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_3de96ae2","line":60,"updated":"2019-11-15 10:03:44.000000000","message":"I think the change translate to binary bytes should be fine because it follows the context of other modules like requests (https://requests.kennethreitz.org/en/master/user/quickstart/#binary-response-content)\n\nIf we need a function to get the string, probably it should be \"text\".","commit_id":"489a44f239bb71fc86a64507eec017afff364144"}],"tests/functional/ipython/test_jupyter_execution.py":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"701a86b919254dfa365d06118e7cae2c0e5d450b","unresolved":false,"context_lines":[{"line_number":102,"context_line":"                got_line \u003d eval(got_line)"},{"line_number":103,"context_line":"            except (NameError, SyntaxError, AttributeError):"},{"line_number":104,"context_line":"                # sanity, both line should be binary type"},{"line_number":105,"context_line":"                self.assertIsInstance(expected_line, six.binary_types)"},{"line_number":106,"context_line":"                self.assertIsInstance(got_line, six.binary_types)"},{"line_number":107,"context_line":"                # this is for normal text line (NOT json dict)"},{"line_number":108,"context_line":"                self.assertEqual(expected_line, got_line)"}],"source_content_type":"text/x-python","patch_set":4,"id":"3fa7e38b_fac04de2","line":105,"range":{"start_line":105,"start_character":53,"end_line":105,"end_character":69},"updated":"2019-11-22 23:50:13.000000000","message":"Technically, it\u0027s six.binary_type -- but even py26 has bytes as a type -- should we just use that?","commit_id":"fb0aa363535c4d96c16ee358db340abe5d093ccc"},{"author":{"_account_id":4608,"name":"Kota Tsuyuzaki","email":"bloodeagle40234@gmail.com","username":"tsuyuzaki-kota"},"change_message_id":"0b6dcd2f712f69110fc560e63ad1988954a66234","unresolved":false,"context_lines":[{"line_number":102,"context_line":"                got_line \u003d eval(got_line)"},{"line_number":103,"context_line":"            except (NameError, SyntaxError, AttributeError):"},{"line_number":104,"context_line":"                # sanity, both line should be binary type"},{"line_number":105,"context_line":"                self.assertIsInstance(expected_line, six.binary_types)"},{"line_number":106,"context_line":"                self.assertIsInstance(got_line, six.binary_types)"},{"line_number":107,"context_line":"                # this is for normal text line (NOT json dict)"},{"line_number":108,"context_line":"                self.assertEqual(expected_line, got_line)"}],"source_content_type":"text/x-python","patch_set":4,"id":"3fa7e38b_9e5ed410","line":105,"range":{"start_line":105,"start_character":53,"end_line":105,"end_character":69},"in_reply_to":"3fa7e38b_fac04de2","updated":"2019-11-26 05:41:51.000000000","message":"ah.. yes. that\u0027s my typo. and it seems good idea, just bytes, here.","commit_id":"fb0aa363535c4d96c16ee358db340abe5d093ccc"}]}
