added index package for multikey dictionaries

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1510 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-11-21 19:57:38 +00:00
parent 57e2c74ec9
commit 4037c37b2c

View file

@ -61,4 +61,4 @@ Index entries that are present in the stored dictionaries must always match:
>>> registry[('edit.html', None, None, 'Custom')] = 'edit.html for Custom skin'
>>> registry.get(('edit.html', 'task', 'bugfixes'))
>>> registry.get(('edit.html', 'task', 'bugfixes', ''))