Re: [Zope-dev] Python2.4 and Zope 2.7
On Sun, 17 Oct 2004 18:43:34 +0200, Andreas Jung <lists@andreas-jung.com> wrote:
Python 2.4 is still in alpha stage and there are no plans to support Python 2.4 in the short term.
It's in beta as of Friday evening; this would be a good time for someone with time to start testing it with various Zope branches (2.7, 2.8/trunk, X3 3.0, X3 trunk). -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> Zope Corporation
--On Sonntag, 17. Oktober 2004 15:14 Uhr -0400 Fred Drake <fdrake@gmail.com> wrote:
On Sun, 17 Oct 2004 18:43:34 +0200, Andreas Jung <lists@andreas-jung.com> wrote:
Python 2.4 is still in alpha stage and there are no plans to support Python 2.4 in the short term.
It's in beta as of Friday evening; this would be a good time for someone with time to start testing it with various Zope branches (2.7, 2.8/trunk, X3 3.0, X3 trunk).
Zope 2.7.3 + Python 2.4 fails when running the unittests: EETraceback (most recent call last): File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ZEO/tests/zeoserver.py", line 216, in ? main() File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ZEO/tests/zeoserver.py", line 212, in main ThreadedAsync.LoopCallback.loop() File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ThreadedAsync/LoopCallback.py", line 156, in loop poll_fun(timeout, map) File "/develop/sandboxes/Zope-2_7-branch/Zope/lib/python/ThreadedAsync/LoopCallback.py", line 108, in poll r, w, e = select.select(r, w, e, timeout) select.error: (9, 'Bad file descriptor') -aj
participants (2)
-
Andreas Jung -
Fred Drake