[Python-3000] decorators for variable assignments?

Terry Reedy tjreedy at udel.edu
Fri Sep 21 23:51:57 CEST 2007


|  @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 ;-)

tjr 





More information about the Python-3000 mailing list