summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-02 01:47:57 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-02 01:47:57 (GMT)
commit6e7bd6545384c8939ddc87aded6a20b8dd096e9e (patch)
tree8e74f7e2f79c1e4e2d66a6a7b2b7e139749a6bcd /Misc/HISTORY
parent3b635cd4476422fbef7e1da1e1de66bbb939d648 (diff)
parent258fabefdefecc83914fc16f79f1131d8ee2dc80 (diff)
downloadcpython-6e7bd6545384c8939ddc87aded6a20b8dd096e9e.zip
cpython-6e7bd6545384c8939ddc87aded6a20b8dd096e9e.tar.gz
cpython-6e7bd6545384c8939ddc87aded6a20b8dd096e9e.tar.bz2
Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 47315dc..56507a4 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -3187,8 +3187,8 @@ Library
- Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError
if the file is closed.
-- Issue #11109: New service_action method for BaseServer, used by ForkingMixin
- class for cleanup. Initial Patch by Justin Wark.
+- Issue #11109: New service_action method for BaseServer, used by ForkingMixIn
+ class for cleanup. Initial Patch by Justin Warkentin.
- Issue #12045: Avoid duplicate execution of command in
ctypes.util._get_soname(). Patch by Sijin Joseph.