We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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