Changes between Version 2 and Version 3 of selector4cherrypy

Show
Ignore:
Author:
sylvain (IP: 82.229.61.197)
Timestamp:
03/13/09 16:03:44 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • selector4cherrypy

    v2 v3  
    1 The selector4cherrypy is a dispatcher for CherryPy 3 that uses the [http://lukearno.com/projects/selector/ selector] dispatcher to perform URL lookup and matching. 
     1The selector4cherrypy is a dispatcher for [http://www.cherrypy.org CherryPy 3] that uses the [http://lukearno.com/projects/selector/ selector] dispatcher to perform URL lookup and matching. 
    22 
    33{{{ 
    44#!python 
     5import cherrypy 
     6from selector4cherrypy import SelectorDispatcher 
     7 
    58class Root(object): 
    69        def index(self):