From a34e424bdbc62b4d83593af1c0d459d8aaac90f3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 30 May 2018 00:44:12 +0200 Subject: [PATCH] Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 8b94cdcc9e..2471989ec7 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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 ` class +The new :class:`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`.) -- 2.40.0