Any volunteers for SF#1657848?

Michael Ströder michael at stroeder.com
Thu Mar 22 21:16:23 CET 2007


Michael Ströder wrote:
> Further trails with dn2str():

Frankly we don't need l_ldap_dn2str() at all. We can easily write
efficient pure Python code for it with '='.join() etc.

Well, ldap.dn.escape_dn_chars() could need a C part for performance.

Ciao, Michael.



More information about the python-ldap mailing list