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/NEWS b/Misc/NEWS
index 88c4731..58abb15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
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.