> Sorry, that was a bug. It should have been done the way you proposed (that's > the moments when I'm happy to work on a branch and not on cython-devel).
(This is not retorical, I want to ask and learn about how the repos should be used:) Isn't the "cython" branch where releases are pulled from? Would a temporary bug (fixed one day later) in cython-devel matter, isn't that just a consequence of it being a devel branch? And what are the differences between devel-py3 and devel in this respect? Also, is there any plans for how one will deal with the split in the future? Will everything be merged at once, or could the pieces that are not py3-specific be merged back before? I'm asking because the __future__ part will be useful in the devel branch too -- i.e. Greg's plans for supporting the division statement which would be useful for Cython as well (if his changes doesn't match Cython code I'll volunteer for porting it, it is quite essential for nice NumPy usage...). -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
