[Zope-dev] Zope CVS in bad state?
Dieter Maurer
dieter@handshake.de
Sun, 12 Aug 2001 14:15:43 +0200
A few days ago, I made a fresh checkout of module "Zope"
from ":pserver:anonymous@cvs.zope.org:/cvs-repository".
I had hoped, I would get quite new Zope sources, something like 2.4+.
But apparently, the available sources there are old
and inconsistent.
Up to now, I met several problems:
1. "cPickle.c" wants to include non-existent "mymath.h"
2. "z2.py" tries to import "ZLogger", but this is package
"Zope" (ImportError)
3. "DateTime" still uses "regex" instead of "re"
4. "FileStorage" calls "append" with 2 rather than 1 argument
5. The documentation tells: you need "Python 1.5.2".
What goes on?
Dieter