[3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043)

(cherry picked from commit bed15f87ea)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
Miss Islington (bot) 2022-12-06 02:34:20 -08:00 committed by GitHub
parent 05031ee1f5
commit 235f5fd2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -516,6 +516,8 @@ to be served.
Earlier versions of Python did not scrub control characters from the Earlier versions of Python did not scrub control characters from the
log messages emitted to stderr from ``python -m http.server`` or the log messages emitted to stderr from ``python -m http.server`` or the
default :class:`BaseHTTPRequestHandler` ``.log_message`` default :class:`BaseHTTPRequestHandler` ``.log_message``
implementation. This could allow to remote clients connecting to your implementation. This could allow remote clients connecting to your
server to send nefarious control codes to your terminal. server to send nefarious control codes to your terminal.
.. versionadded:: 3.11.1
Control characters are scrubbed in stderr logs.