Hi All, Since it appears everything Zope-ish now runs on Python 2.5, what's still stopping a release of Zope 2 and Zope 3 which recommends or support Python 2.5? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
--On 28. April 2008 14:43:31 +0100 Chris Withers <chris@simplistix.co.uk> wrote:
Hi All,
Since it appears everything Zope-ish now runs on Python 2.5, what's still stopping a release of Zope 2 and Zope 3 which recommends or support Python 2.5?
Zope 2 does *not* run on Python 2.5 so far. There is someone working on this issue as part of a summer of google project. Andreas
Hi there, Chris Withers wrote:
Since it appears everything Zope-ish now runs on Python 2.5, what's still stopping a release of Zope 2 and Zope 3 which recommends or support Python 2.5?
I wouldn't say Zope 2 is fully ported over yet. We have a summer of code project to make sure that Zope 2 runs on Python 2.5. Once that is done, we can move everything over to Python 2.5. If I understand the plan right, hat'll probably be Zope 3.5 and Zope 2.12. I don't think there should be a problem with Zope 3.4 saying it supports Python 2.5 too, though. We'll start doing that officially for Grok too at some point. Once Zope 2 has gone over to Python 2.5, we can start using Python 2.5-isms in our library code. We shouldn't do that before. Regards, Martijn
On Mon, Apr 28, 2008 at 03:58:19PM +0200, Martijn Faassen wrote:
I don't think there should be a problem with Zope 3.4 saying it supports Python 2.5 too, though. We'll start doing that officially for Grok too at some point.
I'm interested in setting the allowed python versions for the Ubuntu/Debian packages SchoolTool built. I had somehow believed that RestrictedPython was still not ported to Python 2.5 and so have setup things like that. Er, is this true? RestrictedPython ends up being a dependency of zope.app.pagetemplate, which is pretty much a dependency of everything. -- Brian Sutherland
participants (4)
-
Andreas Jung -
Brian Sutherland -
Chris Withers -
Martijn Faassen