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

Changeset 1630

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

Forgot to sync with the 3.0.1 tag

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/cherrypy-3.0.1/cherrypy/_cptools.py

    r1621 r1630  
    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