From: Brian Curtin Date: Mon, 26 Jul 2010 02:36:32 +0000 (+0000) Subject: Add note about #7113 and add Łukasz Langa to ACKS X-Git-Tag: v3.2a1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f0c3320ee82a16d57f76ac96a781379e61e3296;p=thirdparty%2FPython%2Fcpython.git Add note about #7113 and add Łukasz Langa to ACKS --- diff --git a/Misc/ACKS b/Misc/ACKS index a3dc75b8c11e..adbf9c1fa51c 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -449,6 +449,7 @@ Vladimir Kushnir Cameron Laird Torsten Landschoff Tino Lange +Łukasz Langa Andrew Langmead Detlef Lannert Soren Larsen diff --git a/Misc/NEWS b/Misc/NEWS index ee46e94d7a96..70a646f65d90 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -473,6 +473,8 @@ C-API Library ------- +- Issue #7113: Speed up loading in configparser. Patch by Łukasz Langa. + - Issue #9032: XML-RPC client retries the request on EPIPE error. The EPIPE error occurs when the server closes the socket and the client sends a big XML-RPC request.