• Ranjith Kannikara's avatar
    · d11aab51
    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
HTTPResponse.py 32.4 KB