python-simpleldap icon indicating copy to clipboard operation
python-simpleldap copied to clipboard

Upgrade to Python 3 (and keep compatibility with Python 2)

Open GuillaumeDerval opened this issue 9 years ago • 0 comments

By switching from python-ldap to pyldap (which is a fork compatible with Python 2/3 that is well maintained, and offers nearly the exact same API as python-ldap), I was able to update the source code to something compatible with both Python 2.6+ and 3.3+.

All tests pass, at least on Python 2.7 and 3.5.

GuillaumeDerval avatar Aug 04 '16 09:08 GuillaumeDerval