On Tue, 2010-08-24 at 10:58 -0700, Foogod wrote: > Hi there.. > > Is there any work currently underway on a Python 3.x version of > Elixir? > > I'm starting a py3k-based project which I would like to be able to use > Elixir for, but it looks like there's no py3k version currently > available. As SqlAlchemy does now appear to have a py3k version, > however, I was wondering whether something was in the works?
Not as far as I know. However it *might* (I've never actually tested) just work out of the box after passing through 2to3, since IIRC, it does not produce any warning when run with the "-3" option. > If not, would people be interested in patches/etc if I put some work > into it myself? Of course. However, I will not apply any patch to trunk which breaks compatibility with 2.x just yet. So, we'll have to either use an hybrid approach like SQLAlchemy (with py3k code in specially crafted comments) or a different branch, I'm not sure which. If you have a strong preference either way, feel free to do so. Gaëtan. -- 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.
