|
From: shishkin.alexey <shi...@gm...> - 2005-07-28 12:30:44
|
Big thanks you all! I've checked up latest version of ldapcontrol.c from cvs and have successfully build python-ldap. =20 --=20 shishkin -----Original Message----- From: pyt...@li... [mailto:pyt...@li...] On Behalf Of = Michael Str=C3der Sent: Tuesday, July 26, 2005 6:04 PM To: pyt...@li... Subject: Re: build error on RHEL3 (ES) Michael Str=C3der 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. |