]> 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:45:05 +0000 (09:45 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 20 Feb 2015 07:45:05 +0000 (09:45 +0200)
commit8e286794173376350dfdf7d99ac688b1827a38a3
treef5fbb319f6cef0a8ab43530ff3b763a361166b2a
parent868a5a7bc65a4b76a8e7d5d0d60a158f3da27a89
parentbabc688180ac9214fcc217ef906b8d11c1babe36
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