Files
deb-python-falcon/falcon/routing
Kurt Griffiths 7f9ce56515 fix(API): Allow the router's find() method to just return None (#755)
The documentation for custom routers states that the find() method
of the router should return None when no route is found. However, the
API only allows for the (None, None, None) tuple. Add support for
a simple None return value as well.

Closes #750
2016-04-25 11:38:36 -05:00
..