]> granicus.if.org Git - python/commit
Issue #11089: Fix performance issue limiting the use of ConfigParser()
authorRaymond Hettinger <python@rcn.com>
Wed, 2 Feb 2011 21:35:48 +0000 (21:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 2 Feb 2011 21:35:48 +0000 (21:35 +0000)
commit65548873cfdef1fbd99a71e84a81283558342d64
tree6d236a45c12552e357c46f18d7669dbbffd9c40b
parent9f1ab8530c20d38f66afbc55cf96d144681464f8
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
Lib/configparser.py
Misc/NEWS