summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-07-26 02:40:17 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-07-26 02:40:17 (GMT)
commitb2ec232c675596e0286c51be47f542faaeddde69 (patch)
tree44c9f910b7f7980d38b5fe60c122eaf3effb2cfa /Misc
parente4334b4949be3cbb1e8602291deb650bb04642ab (diff)
downloadcpython-b2ec232c675596e0286c51be47f542faaeddde69.zip
cpython-b2ec232c675596e0286c51be47f542faaeddde69.tar.gz
cpython-b2ec232c675596e0286c51be47f542faaeddde69.tar.bz2
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 ........
Diffstat (limited to 'Misc')
-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.