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:
90dc467
)
fix documentation for utils.get_unicode_from_response() :)
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 5 Oct 2014 17:14:38 +0000
(13:14 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 5 Oct 2014 17:14:38 +0000
(13:14 -0400)
requests/utils.py
patch
|
blob
|
history
diff --git
a/requests/utils.py
b/requests/utils.py
index 539a68a0b3b34374fe4298f5e27974dd623cbe84..5d34ab5587adef3853fb8a7f7bf3c38369fefcf7 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-351,10
+351,7
@@
def get_unicode_from_response(r):
Tried:
1. charset from content-type
-
- 2. every encodings from ``<meta ... charset=XXX>``
-
- 3. fall back and replace all unicode characters
+ 2. fall back and replace all unicode characters
"""