On 10/27/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > On 10/27/05, Tofu <[EMAIL PROTECTED]> wrote: > > > > Hey, I just saw that TurboGears does not support python 2.3. I was > > wondering what are the python 2.4 features that are needed by > > TurboGears. I may consider helping getting it to work with 2.3. Is > > there a web page of this information? > > There isn't a page with this info, but someone else on the list has > gotten it to work with 2.3. From what it sounded like decorators and > one use of the set built-in was about it for 2.4 requirements. Since > decorators are just syntax sugar, it should be possible to eliminate > them, and the set builtin can just be replaced with the sets module. > > I'm curious as to why people are still running 2.3. The upgrade from > 2.3 to 2.4 doesn't really break things, right? So why stick with 2.3? >
The reason I haven't left 2.3 is that we have A LOT of C extensions that are linked against 2.3. These extensions are in our `production' environment now and are known to work and work well. There are just too many things to worry about to make the leap to 2.4. However, I've happily discovered that python 2.3 and 2.4 and peacefully coexist. So, I get the best of both worlds. jw