From: Michael S. <mi...@st...> - 2010-04-17 17:28:42
|
ygo...@dc... wrote: > Michael Ströder <mi...@st...>: > >> Using ldap.open() is deprecated for quite a while now. python-ldap >> applications still using this function should be fixed. > > In this case, I think ldap.open() must raise a DeprecationWarning. Don't > you? Yes, you're right. I would accept such a patch. ;-) At least it's documented: http://www.python-ldap.org/doc/html/ldap.html#ldap.open Ciao, Michael. |