Jorge Godoy wrote: > I don't like this all that much... It sounds a lot like Plone requiring me to > usa an old version of Python and an old version of Zope. If the release > cycle is fast enough and upgrading is easy enough, this might work but it > will be some kind of maintenance nightmare -- specially for bug fixes in > older versions after all developers would have to go back to all > requirements, fix the code, test it and only then release the fix.
I totally agree. Python is really bad for this anyway on Windows - because each version tends to break extension binary compatibility, a new version of Python comes out but it is months before we can really use it, because the extensions have not been recompiled for that platform yet. I would rather not see this sort of problem extend to TurboGears, where a new CherryPy or whatever comes out, fixing problems I need fixed, but I can't use it because TurboGears won't accept the new version yet. -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

