merge
authors7v7nislands <s7v7nislands@gmail.com>
Fri, 19 Jul 2013 09:12:01 +0000 (17:12 +0800)
committers7v7nislands <s7v7nislands@gmail.com>
Fri, 19 Jul 2013 09:12:01 +0000 (17:12 +0800)
1  2 
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
  ----------------