Files
deb-python-falcon/falcon
kgriffs 29b2027940 doc: Fix incorrect example for req.get_param() in README.md
As of version 0.1.4, req.get_param() no longer accepts a "default"
parameter. Instead, callers are encourage to use the idiomatic
python "or" pattern. For example:

limit = req.get_param('limit') or 10

Fixes #132
2013-05-14 17:12:28 -05:00
..
2013-04-05 11:41:24 -04:00