On Mon, Nov 23, 2009 at 10:08 AM, Pauli Virtanen <[email protected]> wrote: > Setup.py runs 2to3 automatically for all changed files. Of course, if it's > possible to cater for24 and 3 at the same time,that's good. How do you work > around the relative imports andthe changed exception catching syntax? >
hi, see my tree for how I did these things. http://github.com/illume/numpy3k I'm not sure I like how I handled the changed relative imports. However the exception handling is fairly easy/clean to do. cheers, _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
