diff options
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -449,6 +449,7 @@ Vladimir Kushnir Cameron Laird Torsten Landschoff Tino Lange +Łukasz Langa Andrew Langmead Detlef Lannert Soren Larsen @@ -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. |