prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Patch for parameter serialisation problem in atom/service.py #660

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
DictionaryToParamList() does not ensure that all url_parameters are strings 
before calling urllib.quote_plus().  As urllib.quote_plus() assumes (and never 
checks) that it only receives strings, this causes a type error if any of the 
parameters are integers.

The attached patch fixes this bug.

Original issue reported on code.google.com by stuart.h...@datasift.com on 1 Feb 2013 at 12:56

Attachments: