On Thu, Feb 16, 2012 at 8:38 PM, Christoph Zwerschke <[email protected]> wrote: > Am 16.02.2012 20:15, schrieb Alessandro Molina: > >> I remember Python2.4 support being dropped with the last release. >> Michael can probably confirm this as I remember him adding version >> check inside the TG source code. > > > There is only a version check that allows Py2.4 to work by adding pysqlite > and hashlib. We could remove this and simplify other code when we really > want to drop Py2.4. We should then also make Jenkins test with Py2.5 and 2.7 > instead of 2.4 and 2.6. > > I'm currently a bit confused about our roadmap and which branch will become > which version. Is there a protocol of our decisions in January? >
About roadmap when I spoke with Michael to was going to post a reorganized version of the notes of the metting to make things more clear even for users. I'm currently managing work this way: development branch -> 2.2 pylons-less branch -> 2.3 python3 branch -> whatever will be after that I often merge changes from lower version branches into higher version branches to keep things in sync. -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en.
