Changed the condtion checking for setting status of HTTPresponce from
if( isinstance(status, types.ClassType) and issubclass(status, Exception)) to if( isinstance(status, (type, types.ClassType)) and issubclass(status, Exception)) for fixing the failures in the module Zope2 M doc/CHANGES.txt M lib/python/ZPublisher/HTTPResponse.py
Showing
Please register or sign in to comment