From b2ec232c675596e0286c51be47f542faaeddde69 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Mon, 26 Jul 2010 02:40:17 +0000 Subject: [PATCH] Merged revisions 83156 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ 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 ........ --- Misc/ACKS | 1 + Misc/NEWS | 2 ++ 2 files changed, 3 insertions(+) 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. -- 2.50.1