Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1629

Show
Ignore:
Timestamp:
03/06/07 07:47:25
Author:
lawouach
Message:

More IronPython? exception handling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cptools.py

    r1627 r1629  
    5858        # in co_code attribute. 
    5959        except NotImplementedError: 
     60            pass 
     61        # IronPython 1B1 may raise that error in some cases 
     62        # but if we trap it here it doesn't prevent CP from 
     63        # working 
     64        except IndexError: 
    6065            pass 
    6166     

Hosted by WebFaction

Log in as guest/cpguest to create tickets