[augeas-devel] Re: [ANNOUNCE RFC] Native python augeas bindings

David Lutterkort dlutter at redhat.com
Mon Jun 2 16:48:54 UTC 2008


On Fri, 2008-05-30 at 22:02 -0400, Nathaniel McCallum wrote:
> The first proposal is to change this:
> int aug_print(const augeas *aug, FILE *out, const char *path);
> 
> to something like this:
> int aug_dump(const augeas *aug, const char *path, FILE *out);

Since the C API is stable, I can't break the API in this way. Truth is,
aug_print should not have been included in the public API, and I think
it's of limited use outside of augtool. How about not mapping it at all
in the Python API ?

David





More information about the augeas-devel mailing list