cpython/Lib/http
Miss Islington (bot) a726f747e6
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Replace control characters in http.server.BaseHTTPRequestHandler.log_message with an escaped \xHH sequence to avoid causing problems for the terminal the output is printed to.
(cherry picked from commit d8ab0a4dfa)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2022-12-05 13:39:22 -08:00
..
__init__.py gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) 2022-05-05 15:39:02 -07:00
client.py Run Tools/scripts/reindent.py (GH-94225) 2022-06-26 01:56:55 -07:00
cookiejar.py Document that MozillaCookieJar works for curl's cookie files (GH-91852) 2022-10-03 15:46:23 -07:00
cookies.py bpo-39481: PEP 585 for a variety of modules (GH-19423) 2020-04-10 07:46:36 -07:00
server.py gh-100001: Omit control characters in http.server stderr logs. (GH-100002) 2022-12-05 13:39:22 -08:00