Skip to content

Instantly share code, notes, and snippets.

@kunthar
Created April 4, 2017 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunthar/8c3a29199465b062a36102ec1b8f5c4e to your computer and use it in GitHub Desktop.
Save kunthar/8c3a29199465b062a36102ec1b8f5c4e to your computer and use it in GitHub Desktop.
body = buffer.getvalue()
# Body is a string in some encoding.
# In Python 2, we can print it without knowing what the encoding is.
print(body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment