[Zope-dev] Re: 2.3.3 -> 2.5.1b2 upgrade problem
Shane Hathaway
shane@zope.com
Wed, 17 Apr 2002 15:44:06 -0400
Simon Michael wrote:
> "R. David Murray" <bitz@bitdance.com> writes:
>
>>Probably, but I naively imagined that I was sophisticated enough
>>to be finding a "real" problem...but I'm obviously not smart enough
>>to realize that a breakage this fundamental could be due to a package
>>like ZDebug.
>
>
> I wasn't either.. I think the word is getting around now, but it would be
> great to see ZDebug updated to work with newer zope versions. I really
> miss it.
Now you see the pitfalls of creating a monkey-patch product. :-)
I've been putting in code for Zope 2.6 that replaces the functionality
of ZDebug. ZDebug was always woefully unsafe. Zope 2.6 will have
improved tracebacks.
Shane