From: <str...@us...> - 2005-11-07 11:24:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:24:25 Modified files: . : CHANGES Added files: Demo : resiter.py Lib/ldap : resiter.py Log message: New sub-module ldap.resiter which simply provides a mix-in class for ldap.ldapobject.LDAPObject with a generator method allresults(). Obviously this only works with Python 2.3+. And it's still experimental. |