From: Senthil Kumaran Date: Wed, 25 May 2011 16:24:38 +0000 (+0800) Subject: News entry for issue11109. X-Git-Tag: v3.3.0a1~2183^2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=656ce500a641a30d436da7a9c29816cedbc0e093;p=python News entry for issue11109. --- diff --git a/Misc/NEWS b/Misc/NEWS index 36a3c9da18..9ecd4a7506 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -161,6 +161,9 @@ Core and Builtins Library ------- +- Issue #11109 - New service_action method for BaseServer, used by + ForkingMixin class for cleanup. Initial Patch by Justin Wark. + - Issue #10818: Remove the Tk GUI and the serve() function of the pydoc module, pydoc -g has been deprecated in Python 3.2 and it has a new enhanced web server.