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

Changeset 1693

Show
Ignore:
Timestamp:
06/25/07 12:42:23
Author:
fumanchu
Message:

New __str__ method for wsgiserver.

Files:

Legend:

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

    r1680 r1693  
    809809        self.timeout = timeout 
    810810        self.shutdown_timeout = shutdown_timeout 
     811     
     812    def __str__(self): 
     813        return "%s.%s(%r)" % (self.__module__, self.__class__.__name__, 
     814                              self.bind_addr) 
    811815     
    812816    def _get_bind_addr(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets