|
From: <mi...@st...> - 2005-07-26 12:04:12
|
Michael Str=F6der wrote: > Ames Andreas wrote: >=20 >>static char encode_rfc2696__doc__[] =3D "encode_page_control(blabla)"; >=20 > Frankly I'd like to drop __doc__ strings in the C part completely. >=20 > 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. I've checked in a new version of ldapcontrol.c without the __doc__ strings. I'd like to keep the C part under Modules/ as lean as possible. Please test. Ciao, Michael. |