From: s7v7nislands Date: Fri, 19 Jul 2013 09:12:01 +0000 (+0800) Subject: merge X-Git-Tag: 2.0~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39ad5e738849e0370db0e2df29b28f479c5b7335;p=services%2Fpython-requests.git merge --- 39ad5e738849e0370db0e2df29b28f479c5b7335 diff --cc docs/user/quickstart.rst index 0c89b40,660cdfa..d81ce0f --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@@ -69,8 -69,11 +69,11 @@@ following code: You can see that the URL has been correctly encoded by printing the URL:: >>> print r.url - u'http://httpbin.org/get?key2=value2&key1=value1' + http://httpbin.org/get?key2=value2&key1=value1 + Note that any dictionary key whose value is ``None`` will not be added to the + URL's query string. + Response Content ----------------