Graham Higgins <gjhiggins@...> writes: > I did the foogod fork a disservice, it has been converted, pretty much.
I don't know about the foogod fork, but I've developed a fork which has a single code-base for Python 2.x and 3.x (no 2to3). The code is at https://bitbucket.org/vinay.sajip/elixir3 All tests pass on Python 2.7, and all tests pass on Python 3.2 other than the two which rely on pycrypto (not available for Python 3). On 2.x you can run tests using "python setup.py test", but on Python 3 you have to run "nosetests3". This is because nose for 3.x doesn't have a test collector that setup.py can call. Test results are at http://gist.github.com/998800 All feedback gratefully received! Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
