Merge pull request #350 from piotr-dobrogost/develop

fixes issue #349
This commit is contained in:
Kenneth Reitz
2012-01-10 11:07:45 -08:00
-1
View File
@@ -82,7 +82,6 @@ class Request(object):
#: Dictionary or byte of querystring data to attach to the
#: :class:`Request <Request>`.
self.params = None
self.params = dict(params or [])
#: True if :class:`Request <Request>` is part of a redirect chain (disables history
#: and HTTPError storage).