<font face="courier new,monospace">Hi,<br><br>I&#39;m just getting my feet wet with Python-LDAP (which usually means it&#39;s obsolete or about to become so, since I&#39;m always late to these parties).<br><br>I think I&#39;ve found a documentation bug, but since I&#39;m so new to this, I&#39;m not sure, and thought I&#39;d run it by the list.<br>
<br>In the example at:<br><br>  <a href="http://www.python-ldap.org/doc/html/ldap-resiter.html#module-ldap.resiter">http://www.python-ldap.org/doc/html/ldap-resiter.html#module-ldap.resiter</a><br><br>I think the line:<br>
<br>  for res_type,res_data,res_msgid,res_controls in self.source.allresults(msg_id):<br><br>should read: <br><br>  for res_type,res_data,res_msgid,res_controls in l.allresults(msg_id):<br><br>Yes?<br clear="all"></font>-- <br>
<br>