commit | 65548873cfdef1fbd99a71e84a81283558342d64 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Feb 02 21:35:48 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Feb 02 21:35:48 2011 +0000 |
tree | 6d236a45c12552e357c46f18d7669dbbffd9c40b | |
parent | 9f1ab8530c20d38f66afbc55cf96d144681464f8 [diff] [blame] |
Issue #11089: Fix performance issue limiting the use of ConfigParser() with large config files.
diff --git a/Misc/NEWS b/Misc/NEWS index 362e52c..ba75e82 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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.