[ZPT] 1.3.0 issues with trailing '/'

Evan Simpson evan@digicool.com
Wed, 23 May 2001 10:18:32 -0400


From: "Steve Spicklemire" <steve@spvi.com>
> I feel like I need to "know too much" about things to make this work. It
> turns out 'here' didn't like the __getitem__ interface, so I tried
> __getattr__. 'modules' on the other hand wants __getitem__.

Yes, this is one of the gotchas of switching from a notation that hides
details like this to one that is totally explicit.  Different Zope objects
use different protocols, and there's no help for it but trying to improve
documentation.

Cheers,

Evan @ digicool