]> git.ipfire.org Git - thirdparty/tornado.git/commit
Change "except Type, value" to "except Type as value".
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 00:16:33 +0000 (19:16 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Jan 2013 00:16:33 +0000 (19:16 -0500)
commit0d693ee09dc6ea91f0e7d3ebad37e11e4cc5be89
treefab79043389e03d364ba1f521c25a32f1fadc12b
parentd1bb68e38d59875af83e2fef21bc59342e4d7d99
Change "except Type, value" to "except Type as value".

Necessary for py3, supported since py26.
2to3 -n -w -f except tornado
20 files changed:
tornado/autoreload.py
tornado/concurrent.py
tornado/curl_httpclient.py
tornado/httpclient.py
tornado/httpserver.py
tornado/ioloop.py
tornado/iostream.py
tornado/locale.py
tornado/log.py
tornado/netutil.py
tornado/platform/common.py
tornado/process.py
tornado/test/concurrent_test.py
tornado/test/ioloop_test.py
tornado/test/process_test.py
tornado/test/simple_httpclient_test.py
tornado/test/util_test.py
tornado/test/web_test.py
tornado/testing.py
tornado/web.py