----------------------------------------
- Raise ldap.ALREADY_EXISTS when renaming an object and the target already
exists.
v0.2.0 - April 9, 2014 - Experimental Python 3 support
------------------------------------------------------
- mockldap now provides experimental Python 3 support. Python 2.5 was dropped.
To sum up, mockldap works with Python 2.6, 2.7, 3.3 and 3.4.
Since python-ldap still isn't making progress toward Python 3, if you're
using Python 3, you need to install a fork::
$ pip install git+https://github.com/rbarrois/python-ldap.gitpy3
Thanks to `Aymeric Augustin <https://myks.org/en/>`_ for making this happen.