commit | 0f0c3320ee82a16d57f76ac96a781379e61e3296 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Mon Jul 26 02:36:32 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Mon Jul 26 02:36:32 2010 +0000 |
tree | 47e059c2ecf0d6927361c40650807af21ac81085 | |
parent | 9a27b0cd193cd97b51bb4d28942d318340cb54e8 [diff] [blame] |
Add note about #7113 and add Łukasz Langa to ACKS
diff --git a/Misc/NEWS b/Misc/NEWS index ee46e94..70a646f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,8 @@ 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.