mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
babc688180
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.