Re: [Zope3-dev] Big Problem with FTP in Zope 3.3.0, seems to be the result of using `v = self.get(name, self); if v is self...` in a land where Proxy objects can kill identity comparison

2006-10-31 Thread Benji York
Jeff Shell wrote: [lots of stuff I don't know much about, so I won't comment on] Is there any reason why the ``_marker = object() get(..., default=_marker)`` paradigm isn't used? After encountering this, I am rather uneasy about the number of places in which I see this "self as default mark

[Zope3-dev] Big Problem with FTP in Zope 3.3.0, seems to be the result of using `v = self.get(name, self); if v is self...` in a land where Proxy objects can kill identity comparison

2006-10-31 Thread Jeff Shell
Hello. I'm filing this in the Collector but wanted to post it as an email first before I had to wrangle the formatting to work in the collector (although it might work straight over). We've encountered a problem with FTP in Zope 3.3. The problem is that you can CWD into non existant paths. Tools