diff options
author | Raymond Hettinger <python@rcn.com> | 2011-02-21 19:38:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-02-21 19:38:53 (GMT) |
commit | e66036063bc2adc5297a6148b19781fa2f1b7db9 (patch) | |
tree | f199ec634fdf8b3d0dc6007c04526a12b99dd242 /Misc | |
parent | bf709fe08c04e279d77af83f7d9f577087fe86d9 (diff) | |
download | cpython-e66036063bc2adc5297a6148b19781fa2f1b7db9.zip cpython-e66036063bc2adc5297a6148b19781fa2f1b7db9.tar.gz cpython-e66036063bc2adc5297a6148b19781fa2f1b7db9.tar.bz2 |
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #11089: Fix performance issue limiting the use of ConfigParser() + with large config files. + - Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers larger than 4GB. Patch by Nadeem Vawda. |