[SciPy-dev] subversion commit policy for rename files question

David Cournapeau david at ar.media.kyoto-u.ac.jp
Fri Nov 21 23:13:14 EST 2008


josef.pktd at gmail.com wrote:
> I want to do the renaming and importing in __all__ discussed here:
> http://projects.scipy.org/pipermail/scipy-dev/2008-November/010241.html
> For this I had to resolve some circular imports and add some missing
> functions to __all__.
>
> Is there a policy whether renames should be committed separately or
> can it be together with changes in the file,
> or it doesn't matter?
>   

Independently of subversion, when you rename files and fix imports, just
keep in mind to remove a previously installed version when you are
testing (to avoid the risk to have both previous and current file names
installed).

David



More information about the SciPy-Dev mailing list