mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
7e29398407
Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so that it is technically possible to parse the line and reconstruct what the original data was. Without this a \xHH is ambiguious as to if it is a hex replacement we put in or the characters r"\x" came through in the original request line.