]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support named groups in url pattern regexes. Note that either all or none
authorBen Darnell <bdarnell@beaker.local>
Thu, 18 Mar 2010 01:51:37 +0000 (18:51 -0700)
committerBen Darnell <bdarnell@beaker.local>
Thu, 18 Mar 2010 01:51:37 +0000 (18:51 -0700)
commit8359c05ca061ba012805e7ba74da1f9dde73941d
tree625af8f0a8d0f2a0678f919023b343744f321305
parentfca7c831341b864916c6c97bdbdb2f95d95b2c12
Support named groups in url pattern regexes.  Note that either all or none
of the groups to be passed to the handler must be named.
tornado/web.py