Hello,
in zope\app\container\tests\test_icontainer.py bad keys are defined as
[None, ['foo'], 1, '\xf3abc'] (line 313) but the last key ('\xf3abc') doesn't raise an
Exception.
Is the test case wrong or is there a bug in the container package?
Greetings,
Egon