feed configuration somehow broken

Sam Ruby rubys at intertwingly.net
Sat May 24 00:07:56 EST 2008


Arnaud Fontaine wrote:
> Hello,
> 
> I took a look at this issue because I'm going to upload a planet package
> soon (BTW, sorry for the delay).  At the beginning, I thought this issue
> was due to missing  urllib.quote() but actually ConfigParser object does
> not allow a ']'  in section name, that's why you have  only this part of
> the URL.

Try replacing the ']' with '%5B'.

> AFAIK (except from writing the  URL in quoted representation directly in
> the configuration file  as you finally did ;)), this  issue may be fixed
> by not using URL in section name, another idea?
> 
> Regards,
> Arnaud Fontaine

- Sam Ruby



More information about the devel mailing list