Skip to content
  • Laurent Bachelier's avatar
    config: Force everything to be an iterator · 74133769
    Laurent Bachelier authored and hydrargyrum's avatar hydrargyrum committed
    So this is Python 3 behavior in Python 2 but no change for Python 3.
    
    This class is not really useful if you're asking .items()
    expecting a list like Python 2 does.
    
    As a bonus it doesn't make pyflakes.sh panic.
    74133769