Python 3: avoid iteritems() in a template
I don't think six.iteritems is available here, but I also don't expect there to be enough platforms to ever make the speed difference between .items() and .iteritems() noticeable.
Showing
Please
register
or
sign in
to comment