We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae7b43 commit b7ae1d2Copy full SHA for b7ae1d2
Doc/library/http.server.rst
@@ -503,6 +503,8 @@ to be served.
503
Earlier versions of Python did not scrub control characters from the
504
log messages emitted to stderr from ``python -m http.server`` or the
505
default :class:`BaseHTTPRequestHandler` ``.log_message``
506
-implementation. This could allow to remote clients connecting to your
+implementation. This could allow remote clients connecting to your
507
server to send nefarious control codes to your terminal.
508
509
+.. versionadded:: 3.10.9
510
+ Control characters are scrubbed in stderr logs.
0 commit comments