diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-02 01:43:46 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-02 01:43:46 (GMT) |
commit | 258fabefdefecc83914fc16f79f1131d8ee2dc80 (patch) | |
tree | 30f400a3151f8d9119ba5df9dfcb1ad8b78a5e20 /Misc | |
parent | 7eb03ddf118c01ef2ae64f013493386f520eb3ec (diff) | |
download | cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.zip cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.tar.gz cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.tar.bz2 |
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3296,7 +3296,7 @@ Library if the file is closed. - Issue #11109: New service_action method for BaseServer, used by ForkingMixin - class for cleanup. Initial Patch by Justin Wark. + class for cleanup. Initial Patch by Justin Warkentin. - Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). Patch by Sijin Joseph. |