]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add type checks for web.py methods.
authorBen Darnell <ben@bendarnell.com>
Mon, 30 May 2011 02:33:42 +0000 (19:33 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 30 May 2011 02:33:42 +0000 (19:33 -0700)
commitd5a94e42536e65ab5f93e2fb27aa8a0aaab0a703
tree3cad9a9423070c73cbbb70f8998ad99b15a98523
parent79073dbef9070d87b2e22f2233ffd3b7c47b4c80
Add type checks for web.py methods.

Undo some unnecessary unicodification from the python3 changes.
tornado/escape.py
tornado/test/web_test.py