mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fix all remaining references to charade
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
pythoncompat
|
||||
"""
|
||||
|
||||
from .packages import charade as chardet
|
||||
from .packages import chardet
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
+1
-1
@@ -688,7 +688,7 @@ class Response(object):
|
||||
"""Content of the response, in unicode.
|
||||
|
||||
If Response.encoding is None, encoding will be guessed using
|
||||
``charade``.
|
||||
``chardet``.
|
||||
"""
|
||||
|
||||
# Try charset from content-type
|
||||
|
||||
@@ -5,4 +5,4 @@ them and submitted as separate pull requests to those libraries.
|
||||
|
||||
urllib3 pull requests go here: https://github.com/shazow/urllib3
|
||||
|
||||
charade pull requests go here: https://github.com/sigmavirus24/charade
|
||||
chardet pull requests go here: https://github.com/chardet/chardet
|
||||
|
||||
Reference in New Issue
Block a user