In Python 3, dict.items() is already an iterator while dict.iteritems() no longer exits. In Python 2, dict.items() is not an iterator but it works and the small performance hit doesn't really matter for the salt config pillar data which is really small.
Description
Languages
SaltStack
56.5%
Ruby
16%
Jinja
15.3%
JavaScript
8.5%
Shell
3.7%