Skip to content

Commit 5169f75

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 507cede commit 5169f75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/announcement.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ some bugs:
1616
If you're upgrading from an older version of Roundup you *must* follow
1717
the "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+
1922
Roundup requires python 2.1.3 or later for correct operation. Python 2.3.1
2023
or later is strongly recommended.
2124

doc/design.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)