2013/2/10 Olivier Grisel <[email protected]>: > 2013/2/10 Lars Buitinck <[email protected]>: >> Hi all, >> >> An update regarding Python 3.x compatibility. >> >> * I'm done rebasing Olivier's changes. I pushed the innocuous ones to >> master, including some six-related stuff (and, accidentally, a change >> that broke some tests, but that's been reverted). I managed to salvage >> most of the changes, though not all; when I wasn't sure what a change >> would do, I left it out. I also did not touch most of the newer code. >> * As a result, master is closer to py3 compatibility than it was, but >> it will certainly not work with Python 3 in its current state. > > Thanks! > >> * I pushed some further commits to a branch py3k on origin, as >> promised. We'll have to decide on a policy regarding this branch. > > I think we should try to merge rather soonish, otherwise it will diverge > again. > >> * On this branch, mldata tests will fail on both py2 and py3 due to a >> test fixture that isn't py3-compat. I don't understand the issue well >> enough to solve it. > > Weird, I think it used to work last year. I will try to give it a try.
I see that setup.py still does 2to3 translation in the build folder in that branch. Have you tried to get rid of it? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
