|
From: Michael <mi...@st...> - 2001-12-21 20:43:36
|
HI! I've stripped all *_doc strings and almost all *_s() methods from LDAPObject.c. Also removed the deprecated Kerberos stuff completely. _ldap.so was 14kB smaller on my system (comparison after invoking strip). I also believe that it will be far easier to maintain the module now since there's not so much code subject to e.g. memory leaks etc. anymore. I did not check it in so far although it seems to work for me. Please check the attached C source and give feedback. Especially review and test the rename() and url_search() methods. For using all the *_s() methods you will need module Lib/ldap/ldapobject.py. So make sure your CVS tree is up-to-date. Ciao, Michael. |