]> granicus.if.org Git - python/commit
Issue #23439: Add missing entries to http.client.__all__.
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 20 Feb 2015 07:39:38 +0000 (09:39 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 20 Feb 2015 07:39:38 +0000 (09:39 +0200)
commitbabc688180ac9214fcc217ef906b8d11c1babe36
treecfb12c5f04cb23295f531d3f864ab98fd118a0d9
parent56dee1e463d2a9962aca0c577a5782a89cce3dbb
Issue #23439: Add missing entries to http.client.__all__.

Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).

Patch by Martin Panter.
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py