On 09/24/2012 08:21 AM, Zdenek Pavlas wrote:
>> Any idea how to make it work.
> 
> Add the quote=0 option.
> 
> urlgrabber.urlgrab('http://localhost:2000/A,B,C')
> => GET /A%2CB%2CC HTTP/1.1
> 
> urlgrabber.urlgrab('http://localhost:2000/A,B,C', quote=0)
> => GET /A,B,C HTTP/1.1
> 

Thank you.
Yes, this is good enough for this case.

As I understand, there isn't an exact standard,
but there seems to be a "standard behaviour" (i.e.: wget, curl, Firefox, 
Safari).

Should URLGrabber match it?


_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to