Drop CIDict (was: start tls)

Michael Ströder michael at stroeder.com
Sun Jul 15 20:53:30 CEST 2001


Steffen Ries wrote:
> 
> David's CIDict patches
> are not included, so I disabled CIDict to get it running with
> python2.1.

BTW: Shouldn't we drop the CIDict thingy completely?

It can be easily implemented in Python by deriving from
UserDict.UserDict. IMHO we should leave that up to the Python part
for avoiding code bloat at the C wrapper level. Also CIDict is not
capable of handling more of the upcoming aliases problems with
attribute type names. Therefore it's almost useless anyway.

Ciao, Michael.




More information about the python-ldap mailing list