File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ some bugs:
1616If you're upgrading from an older version of Roundup you *must* follow
1717the "Software Upgrade" guidelines given in the maintenance documentation.
1818
19+ Note that the Zope interface still doesn't work - it is fixed in the 0.7
20+ development codebase.
21+
1922Roundup requires python 2.1.3 or later for correct operation. Python 2.3.1
2023or later is strongly recommended.
2124
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ Here is the interface provided by the hyperdatabase::
506506 have been added.
507507 """
508508
509- def getitem (self, itemid, cache=1):
509+ def getnode (self, itemid, cache=1):
510510 """ Return a Item convenience wrapper for the item.
511511
512512 'itemid' must be the id of an existing item of this class or
You can’t perform that action at this time.
0 commit comments