commit | 258fabefdefecc83914fc16f79f1131d8ee2dc80 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Oct 01 21:43:46 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Oct 01 21:43:46 2012 -0400 |
tree | 30f400a3151f8d9119ba5df9dfcb1ad8b78a5e20 | |
parent | 7eb03ddf118c01ef2ae64f013493386f520eb3ec [diff] [blame] |
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
diff --git a/Lib/socketserver.py b/Lib/socketserver.py index 261e28e..a21318d 100644 --- a/Lib/socketserver.py +++ b/Lib/socketserver.py
@@ -562,7 +562,7 @@ self.collect_children() def service_actions(self): - """Collect the zombie child processes regularly in the ForkingMixin. + """Collect the zombie child processes regularly in the ForkingMixIn. service_actions is called in the BaseServer's serve_forver loop. """