-
Ranjith Kannikara authored
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
d11aab51
To find the state of this project's repository at the time of any of these versions, check out the tags..