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

Changeset 1641

Show
Ignore:
Timestamp:
03/14/07 15:44:46
Author:
lawouach
Message:

Porting it back. Doh I used the tag last time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-3.0.x/cherrypy/_cptools.py

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