> | @validate_proxy
> | proxy = "http://user:passwd@host:port/"
> |
> | be a syntactical sugar for:
> | proxy = validate_proxy("http://user:passwd@host:port/")
>
> Sorry, to me, this is syntactical pepper -- or worse ;-)
"Poison" perhaps? Then, maybe we can have Poisonous Python! :-)
--
Regards,
Arvind