[Zope-dev] Bug in 2.1.2?

Michel Pelletier michel@digicool.com
Wed, 12 Jan 2000 10:54:26 -0500


> -----Original Message-----
> From: Robert Sander [mailto:gurubert@gurubert.de]
> Sent: Wednesday, January 12, 2000 10:29 AM
> To: zope-dev@zope.org
> Subject: [Zope-dev] Bug in 2.1.2?
> 
> 
> Hi!
> 
> I just installed Zope 2.1.2 which comes now with debian potato, and I
> think I found a bug that may be corrected in the official version.
> 
> In file .../zope/lib/python/ZPublish/Publish.py line 173:
> 
> 	except KeyError:
> 
> should say
> 
> 	except TypeError, KeyError:


Hmm.. in the latest CVS there is no specified error type at all after
the except, the code I have will catch all exceptions.  I'll check the
2.1.2 release, since the CVS is different than what you point out that
probably means whatever problem you're having is fixed.

-Michel