Unverified Kaydet (Commit) a34e424b authored tarafından Julien Palard's avatar Julien Palard Kaydeden (comit) GitHub

Fix whatsnew entry about ThreadedHTTPServer. (GH-7220)

üst f9aeca20
......@@ -929,7 +929,7 @@ With this parameter, the server serves the specified directory, by default it
uses the current working directory.
(Contributed by Stéphane Wirtel and Julien Palard in :issue:`28707`.)
The new :class:`ThreadedHTTPServer <http.server.ThreadedHTTPServer>` class
The new :class:`ThreadingHTTPServer <http.server.ThreadingHTTPServer>` class
uses threads to handle requests using :class:`~socketserver.ThreadingMixin`.
It is used when ``http.server`` is run with ``-m``.
(Contributed by Julien Palard in :issue:`31639`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment