From: Brian Curtin Date: Mon, 26 Jul 2010 02:40:17 +0000 (+0000) Subject: Merged revisions 83156 via svnmerge from X-Git-Tag: v2.7.1rc1~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2ec232c675596e0286c51be47f542faaeddde69;p=python Merged revisions 83156 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83156 | brian.curtin | 2010-07-25 21:36:32 -0500 (Sun, 25 Jul 2010) | 2 lines Add note about #7113 and add Łukasz Langa to ACKS ........ --- diff --git a/Misc/ACKS b/Misc/ACKS index bd2fb9802a..2d15ca5479 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -438,6 +438,7 @@ Andrew Kuchling Vladimir Kushnir Cameron Laird Tino Lange +Łukasz Langa Andrew Langmead Detlef Lannert Soren Larsen diff --git a/Misc/NEWS b/Misc/NEWS index 88c4731c32..58abb15151 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #7113: Speed up loading in ConfigParser. Patch by Łukasz Langa. + - Issue #3704: cookielib was not properly handling URLs with a / in the parameters.