From: Michael Str?d. <str...@us...> - 2003-11-14 09:52:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/14 01:52:49 Modified files: . : CHANGES Lib : dsml.py Lib/ldap : async.py Log message: Make dsml more like module ldif. dsml: - Renamed DSMLWriter._f to DSMLWriter._output_file - Added wrapper method DSMLWriter.unparse() which simply calls DSMLWriter.writeRecord() ldap.async: - Added class DSMLWriter |