summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-02 21:35:48 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-02 21:35:48 (GMT)
commit65548873cfdef1fbd99a71e84a81283558342d64 (patch)
tree6d236a45c12552e357c46f18d7669dbbffd9c40b /Misc/NEWS
parent9f1ab8530c20d38f66afbc55cf96d144681464f8 (diff)
downloadcpython-65548873cfdef1fbd99a71e84a81283558342d64.zip
cpython-65548873cfdef1fbd99a71e84a81283558342d64.tar.gz
cpython-65548873cfdef1fbd99a71e84a81283558342d64.tar.bz2
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 362e52c..ba75e82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #11089: Fix performance issue limiting the use of ConfigParser()
+ with large config files.
+
- Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Patch by Stan Mihai.