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

Changeset 958

Show
Ignore:
Timestamp:
02/07/06 08:50:18
Author:
rdelon
Message:

Fixed small bug in session filter

Files:

Legend:

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

    r944 r958  
    256256            f.close() 
    257257            return data 
    258         except IOError, EOFError
     258        except (IOError, EOFError)
    259259            return None 
    260260     

Hosted by WebFaction

Log in as guest/cpguest to create tickets