]> granicus.if.org Git - python/commit
Issue #11089: Fix performance issue limiting the use of ConfigParser()
authorRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2011 19:38:53 +0000 (19:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2011 19:38:53 +0000 (19:38 +0000)
commite66036063bc2adc5297a6148b19781fa2f1b7db9
treef199ec634fdf8b3d0dc6007c04526a12b99dd242
parentbf709fe08c04e279d77af83f7d9f577087fe86d9
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
Lib/collections.py
Lib/configparser.py
Misc/NEWS