Mike Garabedian added the comment:
Happy to help!
Raymond - I came across this issue while reviewing notes from your OSCON
Advanced Python talk - thanks for the great tutorial!
--
___
Python tracker
<http://bugs.python.org/issue12
New submission from Mike Garabedian :
Issue 11089 submitted a patch to 3.2 and 2.7 to address performance concerns
with the latest updates to ConfigParser. In the implementation for 2.7.2, this
patch was misapplied in the keys() function on line 573:
for mapping in self_maps:
should be