|
|
Log in / Subscribe / Register

Zope 3.4.0 Released

Zope 3.4.0 Released

Posted Feb 2, 2009 21:48 UTC (Mon) by spot (guest, #15640)
Parent article: Zope 3.4.0 Released

Sadly, they didn't manage to port to a modern version of Python while they were in there.


to post comments

Zope 3.4.0 Released

Posted Feb 2, 2009 21:49 UTC (Mon) by spot (guest, #15640) [Link] (2 responses)

Scratch that, I see that they did port to 2.5 (the announce says "3.5", which is why my brain skimmed right past it). Apologies.

Zope 3.4.0 Released

Posted Feb 3, 2009 3:09 UTC (Tue) by skvidal (guest, #3094) [Link] (1 responses)

But they don't mention python 2.6. Which is amusing considering where F11 is going to be...

Zope 3.4.0 Released

Posted Feb 3, 2009 10:20 UTC (Tue) by seyman (subscriber, #1172) [Link]

> Which is amusing considering where F11 is going to be...

Mind you, if the zope devs are serious about the 6 months release cycle, this might lessen the problem considerably.

Zope 3.4.0 Released

Posted Feb 3, 2009 3:38 UTC (Tue) by jamesh (guest, #1159) [Link]

Note that most of the Python version incompatibilities are related to Zope 2's Python scripting, where changes in newer Python versions can easily lead to security holes.

In contrast Zope 3's security system only tries to protect against untrusted users rather than untrusted programmers, so supporting newer versions is a lot easier. I wouldn't be surprised if many of the zope 3 modules already run well on Python 2.6.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds