summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index bd2fb98..2d15ca5 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 88c4731..58abb15 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.