projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c608470
)
One last Charade reference to remove here.
author
Martijn Pieters
<mj@zopatista.com>
Mon, 3 Feb 2014 13:39:21 +0000
(13:39 +0000)
committer
Martijn Pieters
<mj@zopatista.com>
Mon, 3 Feb 2014 13:39:21 +0000
(13:39 +0000)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 014ca7891e935abe763fcc013562fcb9d7e12b0b..6270a6917f5935e5b8a2f6c00fb4d90a2fbfc946 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-593,8
+593,7
@@
class Response(object):
@property
def apparent_encoding(self):
- """The apparent encoding, provided by the lovely Charade library
- (Thanks, Ian!)."""
+ """The apparent encoding, provided by the chardet library"""
return chardet.detect(self.content)['encoding']
def iter_content(self, chunk_size=1, decode_unicode=False):