From: Piotr Dobrogost Date: Tue, 10 Jan 2012 15:47:21 +0000 (+0100) Subject: fixes issue #349 X-Git-Tag: v0.9.2~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbbeedb0a200d41b0fab33880e97a50d566cdbab;p=services%2Fpython-requests.git fixes issue #349 --- diff --git a/requests/models.py b/requests/models.py index 6cb9aeb..c45b18a 100644 --- a/requests/models.py +++ b/requests/models.py @@ -82,7 +82,6 @@ class Request(object): #: Dictionary or byte of querystring data to attach to the #: :class:`Request `. self.params = None - self.params = dict(params or []) #: True if :class:`Request ` is part of a redirect chain (disables history #: and HTTPError storage).