> > This sounds fine with me. Let's think about dropping the underscore on > the parameter however. Does anybody have an objection for altering the > syntax in the rpc decorator slightly > > currently -> @rpc(String, Integer, Double, ..., _returns=String) > proposed -> @rpc(String, Integer, Double, ..., _returns=String) > > Sorry everyone; I meant to type:
proposed -> @rpc(String, Integer, Double, ..., returns=String) looks like I've typed too many of these and my fingers are just too used to doing it this way.
_______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
