From: Michael <mi...@st...> - 2000-07-26 07:48:37
|
David Leonard wrote: > > this worries me. should the PARAM_ERROR, NO_SUCH_OBJECT and > NO_SUCH_ATTRIBUTE > errors not be mapped into python exceptions in the next release? won't this > break existing code?? I'm making heavy use of e.g. catching ldap.NO_SUCH_OBJECT. But all exceptions should be derived from ldap.LDAPError or whatever it's called. Ciao, Michael. |