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

Changeset 1801

Show
Ignore:
Timestamp:
10/28/07 13:50:44
Author:
fumanchu
Message:

Forward port to trunk of 3.0.x [1715]. Buglet in PostgresqlSession? constructor.

Files:

Legend:

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

    r1773 r1801  
    371371    """ 
    372372     
    373     def __init__(self): 
     373    def __init__(self, id=None, **kwargs): 
     374        Session.__init__(self, id, **kwargs) 
    374375        self.db = self.get_db() 
    375376        self.cursor = self.db.cursor() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets