12 Aug
2001
12 Aug
'01
12:15 p.m.
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