On Jan 7, 2011, at 9:26 AM, blackthorne wrote:
> 
> ok, after some work, here's the patch.
> Massimo, I tried to follow your way, hope you like it.
> The code is made in non strict way, so it shouldn't break at the first
> non valid input.
> 
> URL() in meta-menu plugin_wiki patch:
> http://www.speedyshare.com/files/26117790/url-in-meta-menu_plugin_wiki.patch

FWIW, in the first line of the patch:

+                elif url.lower().startswith('/'):

...the lower() call is a nop.

Reply via email to