Update the history and change the last last references to charade
authorIan Cordasco <graffatcolmingov@gmail.com>
Wed, 18 Dec 2013 14:46:49 +0000 (08:46 -0600)
committerIan Cordasco <graffatcolmingov@gmail.com>
Wed, 18 Dec 2013 14:46:49 +0000 (08:46 -0600)
HISTORY.rst
docs/user/advanced.rst
setup.py

index f27ce33..91d7505 100644 (file)
@@ -3,6 +3,11 @@
 Release History
 ---------------
 
+2.x.y (yyyy-mm-dd)
+++++++++++++++++++
+
+- Switch back to using chardet since charade has merged with it
+
 2.1.0 (2013-12-05)
 ++++++++++++++++++
 
index 74f59af..3ff66d5 100644 (file)
@@ -369,7 +369,7 @@ Encodings
 When you receive a response, Requests makes a guess at the encoding to use for
 decoding the response when you call the ``Response.text`` method. Requests
 will first check for an encoding in the HTTP header, and if none is present,
-will use `charade <http://pypi.python.org/pypi/charade>`_ to attempt to guess
+will use `chardet <http://pypi.python.org/pypi/chardet>`_ to attempt to guess
 the encoding.
 
 The only time Requests will not do this is if no explicit charset is present
index e22be01..16ba717 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if sys.argv[-1] == 'publish':
 packages = [
     'requests',
     'requests.packages',
-    'requests.packages.charade',
+    'requests.packages.chardet',
     'requests.packages.urllib3',
     'requests.packages.urllib3.packages',
     'requests.packages.urllib3.contrib',