]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix some iter{items,keys,values} calls that slipped through the cracks.
authorBen Darnell <ben@bendarnell.com>
Sun, 20 Jan 2013 20:40:31 +0000 (15:40 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 20 Jan 2013 20:59:01 +0000 (15:59 -0500)
commit9c26f969ab34e7fd6f27a6dc625f8b934f1a990e
tree9f54cbab3ae372697ef12161c3dc353c10aff37f
parent769bc52e11656788782a6e7a922ef646503f9ab0
Fix some iter{items,keys,values} calls that slipped through the cracks.

Add tests for the functions that were thereby revealed to have none.
tornado/auth.py
tornado/curl_httpclient.py
tornado/httpclient.py
tornado/test/auth_test.py
tornado/test/httpclient_test.py
tornado/test/twisted_test.py
tornado/test/web_test.py
tornado/web.py