From: <mi...@st...> - 2005-06-03 10:44:47
|
Fabio Marcone wrote: > Where I can find other docs about LDIFWriter (and ldif parser)? Sorry, no decent documentation for module 'ldif' yet. Use the source and the example in Demo/Lib/ldif/. Also there are some __doc__ strings which you could view with pydoc. Urrgs! I did not include the classes in ldif.__all__ which prevents pydoc from including them in the output. Anyway I've attached a correct pydoc-generated ldif.html (gzipped). Ciao, Michael. |