[Zope3-dev] Requiring Python 2.3 (was: zope3 doesn't like the python datetime module?)

Philipp von Weitershausen philipp at weitershausen.de
Sun Sep 21 20:27:56 EDT 2003


Tim Peters wrote:
> Yup.  Offhand I don't know what causes the problem.  I would *like* to see
> Zope Corp require Python 2.3 for Zope3.

A strong +1 from me. Not only can we drop certain compatability modules 
we've been keeping around; we can also safely rely on a few very nice 
Python 2.3 features, such as

- booleans

- the enumerate type

- unittest.TestCase being a new-style class (you may be laughing, but 
with 5k+ unit tests in Zope3, this really might make a difference)

Phil





More information about the Zope3-dev mailing list