]> git.ipfire.org Git - thirdparty/tornado.git/commit
httpclient: Rename HTTPError to HTTPClientError
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Apr 2018 15:45:17 +0000 (11:45 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 8 Apr 2018 19:25:21 +0000 (15:25 -0400)
commit55c440d6ef8fe3cae5526356a0eb98266bc85647
treef5872e4be85eb6ebc2427f429a1454a5e648f418
parent25294e405fc134ad76982961af6c8a53e4435af3
httpclient: Rename HTTPError to HTTPClientError

This avoids collisions in code that must deal with both
httpclient.HTTPError and web.HTTPError.
docs/httpclient.rst
tornado/httpclient.py
tornado/test/web_test.py