mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Revert "Use utf-8 as the default encoding"
This reverts commit 35d5ac6e8f.
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user