Re: svn commit: r25561 - branches/ctypes-python-bindings/csvn
From: David James <james_at_cs.toronto.edu>
Date: 2007-06-28 08:19:42 CEST
Hi Sage,
Nice patch! In general it looks good.
Instead of asking users to pass in filenames, we could allow users to
If you look at the interface for 'Repos.cat', you'll see that it's
I'm not sure if the above idea is worth the effort it takes to
Some stylistic comments below.
> Patch by: me
> + Generated headers will be encoded using HEADER_ENCODING ("" by
Typo here. s/default/default/
> +
Typo here. s/outputted/written/
> + if (not outfile_name) | (not errfile_name):
Shouldn't this be a regular "or" instead of a bitwise or?
> + #return_strings can only be True if output is not going to
In Subversion Python code we like to put a space after the '#' mark, like this:
We should do this throughout the patch, but I won't mention this again.
> + apr_file_open_stdout(byref(outfile),self.iterpool)
We need a space after the comma here.
Cheers,
David
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.