Jeffrey P Shell: ZopeZope related topics.Aggregation versus Inheritance- January 9, 2003 EuroPython had an interview with Jim Fulton (I can't determine the date, but I'm guessing some time within the past year), in which he gives a good summary of Zope 3's differences over Zope 2 (I've been looking for such a summary): Zope 3 moves Zope from an inheritance-based framework to a component-based framework. Complexity is managed by splitting responsabilities among many cooperating components, rather than many cooperating mix-in classes. Components are connected using interfaces,...http://radio.weblogs.com/0106123/categories/zope/2003/01/09.html#a267 Big Alpha Releases for Zope and Python- January 3, 2003 Two big alpha releases were made for the new year: Python 2.3a1 and Zope 3X a1. Python 2.3 doesn't make any major changes to the language (unlike previous Python 2 series releases, which brought things like list comprehensions, generators, nested scopes, iterators, etc). Andrew Kuchling, as always, covers the changes extensively. Of interest are - ability to import from .zip files, universal newline support!, a new logging package, a new Set datatype and default Boolean datatype. Zope 3X (x.http://radio.weblogs.com/0106123/categories/zope/ |