# HG changeset patch # User Richard Jones # Date 1075758864 0 # Node ID 8a01cd280aaeadb279ae918597acd17ace733d61 # Parent 78267a673131aa1fb165ad15ca71b06f44d78b13 *** empty log message *** diff -r 78267a673131 -r 8a01cd280aae doc/announcement.txt --- a/doc/announcement.txt Wed Jan 21 04:54:27 2004 +0000 +++ b/doc/announcement.txt Mon Feb 02 21:54:24 2004 +0000 @@ -16,6 +16,9 @@ If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation. +Note that the Zope interface still doesn't work - it is fixed in the 0.7 +development codebase. + Roundup requires python 2.1.3 or later for correct operation. Python 2.3.1 or later is strongly recommended. diff -r 78267a673131 -r 8a01cd280aae doc/design.txt --- a/doc/design.txt Wed Jan 21 04:54:27 2004 +0000 +++ b/doc/design.txt Mon Feb 02 21:54:24 2004 +0000 @@ -506,7 +506,7 @@ have been added. """ - def getitem(self, itemid, cache=1): + def getnode(self, itemid, cache=1): """ Return a Item convenience wrapper for the item. 'itemid' must be the id of an existing item of this class or