#1069877 python3-ldap3: Ldif module unavailable/nonfunctional

#1069877#5
Date:
2024-04-26 08:23:00 UTC
From:
To:
Dear Maintainer,

according to Python documentation, the python-ldap module should contain ldif module with functions such as LDIFParser, LDIFWrite etc.
As of Debian packages, the former python-ldap did support this functionality. However, its successor python3-ldap3 does not.
Attempt to call the module leads to error:

ModuleNotFoundError: No module named 'ldif'