mirror of
https://github.com/python/cpython.git
synced 2026-05-30 16:14:47 -04:00
8e28679417
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.