]> 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:42:11 +0000 (19:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2011 19:42:11 +0000 (19:42 +0000)
commitddb52404eef6e107abbacd5d78c0f96a7e289b32
treeeae4ce0650917c3d124e46d06e8c654b01cd1421
parent31f5929c1e28adcaa1fdb302da366f3c7a92a98a
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
Lib/collections.py
Lib/configparser.py
Misc/NEWS