Hi, i'm having problems in setting complex type which element name is reserved Python word (getting syntax error):
class perms_request(ComplexModel): and = Array(String) or = Array(String) Any ideas how to resolve this ? I simply cannot change element name cos of backward compatibility (it will be really BIG change in our system). Thnx. azur _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
