]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix unescaping of regex routes 2745/head
authorRemi Rampin <r@remirampin.com>
Fri, 4 Oct 2019 01:32:04 +0000 (21:32 -0400)
committerRemi Rampin <r@remirampin.com>
Fri, 4 Oct 2019 15:24:44 +0000 (11:24 -0400)
commit5b9adb4a59907c996336eafb19abeb636cc7f8e5
tree624790621e273e596a811f0cf108540f1d2db870
parent318b95dd4f54328839bd3ab0d064715aee029f8a
Fix unescaping of regex routes

Previously, only the part before the first '(' would be correctly
unescaped.
tornado/routing.py