Open
Description
Issue description:
https://github.com/python-ldap/python-ldap/blob/master/Lib/ldif.py#L153
_unparseEntryRecord doesn't handle OrderedDict.
It uses sorted function and then reorder the sequence.
PR here:
#245
Issue description:
https://github.com/python-ldap/python-ldap/blob/master/Lib/ldif.py#L153
_unparseEntryRecord doesn't handle OrderedDict.
It uses sorted function and then reorder the sequence.
PR here:
#245