Arnochy

Work is love made visible. - Kihlal Gibran
  1. Selector 0.8.10 Released

    The previously proposed convention of storing dispatch args in the 'wsgi.url_vars' environ key has now been marked as accepted but the key has been renamed to 'wsgiorg.routing_args'. That means that this is no longer an experimental feature and you can rely on it going forward. That was quick!

    environ['wsgiorg.routing_args'] == (list_or_tuple, a_dict)

    See the Selector page for more info.

    published: 2006-11-07 19:04:15 | updated: 2006-11-07 19:04:15 | posted by: Luke Arno
  2. Selector 0.8.9 Released

    I have made yet another round of little improvements to Selector.

    The proposed wsgi.url_vars spec is now used. Positional args are now supported in path expressions. Some little decorators to map the args (vars, captures... whatever) from the URL to the callable's signature have been included. Naked-object and HTTP-method-to-object-method styles of dispatch are now provided for completeness. I am hoping that the slight cleverness of some of these features does not lead to their overuse, but what is one to do? Finally, selector is now LGPL.

    See the Selector page for more info.

    published: 2006-11-01 06:39:15 | updated: 2006-11-01 06:39:15 | posted by: Luke Arno