Revert "Use utf-8 as the default encoding"

This reverts commit 35d5ac6e8f.
This commit is contained in:
Kenneth Reitz
2012-05-02 02:37:51 -04:00
parent a453a78c7c
commit 8a81a437d2
+1 -1
View File
@@ -794,7 +794,7 @@ class Response(object):
# Trust that chardet isn't available or something went terribly wrong.
except Exception:
return 'utf-8'
pass
@property
def text(self):