summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-02 01:43:46 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-02 01:43:46 (GMT)
commit258fabefdefecc83914fc16f79f1131d8ee2dc80 (patch)
tree30f400a3151f8d9119ba5df9dfcb1ad8b78a5e20 /Misc
parent7eb03ddf118c01ef2ae64f013493386f520eb3ec (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e735f7..83d6b00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.