Mercurial > p > roundup > code
changeset 1997:8a01cd280aae maint-0.6
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 02 Feb 2004 21:54:24 +0000 |
| parents | 78267a673131 |
| children | d48c00418f7b |
| files | doc/announcement.txt doc/design.txt |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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
