|
From: <mi...@st...> - 2005-07-26 11:44:14
|
Ames Andreas wrote: > > static char encode_rfc2696__doc__[] = "encode_page_control(blabla)"; Frankly I'd like to drop __doc__ strings in the C part completely. It's much better to define __doc__ strings for the class methods, in this case methods of class ldap.control.SimplePagedResultsControl. That's where programmers and tools like pydoc expect them to be. Ciao, Michael. |