The asterisk now returns a tuple. All strings returned by the match function are now unquoted and decoded to unicode. Similarly, generated paths are quoted (quoted strings can always be coerced to unicode, so we needn't convert explicitly). The encoding functions were lifted from the ``repoze.bfg.encode`` module (BSD-like license).
malthepushed to
master
at
malthe/otto
Wed Nov 11 11:52:24 -0800 2009
The router now returns an iterable; this makes it possible to iterate through route matches (this feature isn't currently in use, but it enables us to later add route predicates, something which is used by e.g. BFG).
malthepushed to
master
at
malthe/otto
Wed Nov 11 08:40:08 -0800 2009