summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line_script.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-02 08:37:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-02 08:37:11 (GMT)
commitd57b4d3b31f80e2e72eebab7aea37378c4729d19 (patch)
tree271e93e548e5fee7e5c5b87d2bbd9be5d6e9dc44 /Lib/test/test_cmd_line_script.py
parent820021ebd8ff50b3fe70e1354b4d50c1e0f68611 (diff)
downloadcpython-d57b4d3b31f80e2e72eebab7aea37378c4729d19.zip
cpython-d57b4d3b31f80e2e72eebab7aea37378c4729d19.tar.gz
cpython-d57b4d3b31f80e2e72eebab7aea37378c4729d19.tar.bz2
Issue 11089: Fix performance bug in ConfigParser that impaired its
usability for large config files. The ConfigParser.get() method should have been O(1) but had O(n) dict copies and updates on every call. This was exacerbated by using OrderedDicts which do not copy or update nearly as fast as regular dicts which are coded in C.
Diffstat (limited to 'Lib/test/test_cmd_line_script.py')
0 files changed, 0 insertions, 0 deletions