Jim Jewett added the comment:

Eric, unless I'm misreading your debugging info, it is the other way around -- 
something is in the dict, but not in the list that you iterate over.  

And since the list that you iterate over looks right, I have to wonder if it 
was something internal-to-configparser (or its various converters and proxies). 
 Perhaps the __root used by the collections.OrderedDict that it uses by default?

Can you iterate over it as a dict, instead of as an ordered dict, to find the 
discrepancy?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16991>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to