]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note about #7113 and add Łukasz Langa to ACKS
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 26 Jul 2010 02:36:32 +0000 (02:36 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 26 Jul 2010 02:36:32 +0000 (02:36 +0000)
Misc/ACKS
Misc/NEWS

index a3dc75b8c11e38e0c288236a48e0bcfa202fee26..adbf9c1fa51c9b660e0e1ad4ec07992301bfe771 100644 (file)
--- 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
index ee46e94d7a96a5051a42c08ed86fa2657a09997d..70a646f65d90704d5d0d5dc9f511c56a663e22aa 100644 (file)
--- 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.