|
From: <mi...@st...> - 2002-07-30 13:48:41
|
David Leonard wrote: > is ret important? Yes, I think so. > is a subclassed error the right thing to do? Frankly I'd prefer to check the numerical error code in ldap.schema.str2objectclass() and the other wrapper functions and raise Python-declared exceptions instead of create the exception instances in Modules/schema.c. This is much easier to maintain (at least for me) and the schema exception class can be sub-classed etc. Ciao, Michael. |