]> git.ipfire.org Git - thirdparty/tornado.git/commit
Accept None (i.e. unmatched optional groups) when extracting parameters from
authorBen Darnell <bdarnell@beaker.local>
Tue, 20 Jul 2010 17:25:25 +0000 (10:25 -0700)
committerBen Darnell <bdarnell@beaker.local>
Tue, 20 Jul 2010 17:25:25 +0000 (10:25 -0700)
commit2c89b89536bbfa081745336bb5ab5465c448cb8a
tree2476e333fddceb64bfa519b01f3a9dbf107deb5d
parentad104ffb412dbbf66da0bb67d5e48d8907a7b17c
Accept None (i.e. unmatched optional groups) when extracting parameters from
the path.

http://github.com/facebook/tornado/issues/issue/115
tornado/web.py