]> granicus.if.org Git - python/commitdiff
News entry for issue11109.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 25 May 2011 16:24:38 +0000 (00:24 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 25 May 2011 16:24:38 +0000 (00:24 +0800)
Misc/NEWS

index 36a3c9da183130a3605907fb153de04f8cc1ab0d..9ecd4a7506769b89a870a7f95f41b29c92e0fc3f 100644 (file)
--- 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.