Tornado: named groups in url pattern regexes
I have been messing around with Tornado (a fairly new Python web server/web framework that came from FriendFeed) for a while. One thing that was missing was support for named groups in url pattern regexes. I submitted a patch and...