summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-05-25 16:24:38 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-05-25 16:24:38 (GMT)
commit656ce500a641a30d436da7a9c29816cedbc0e093 (patch)
treee82ee0b997c75e8acae3d8c8bf0b3cafe4e9e142
parent5e826e8a1b4727f42cbbb4bd279741ed96404809 (diff)
downloadcpython-656ce500a641a30d436da7a9c29816cedbc0e093.zip
cpython-656ce500a641a30d436da7a9c29816cedbc0e093.tar.gz
cpython-656ce500a641a30d436da7a9c29816cedbc0e093.tar.bz2
News entry for issue11109.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 36a3c9d..9ecd4a7 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.