Python 3 fixes via 2to3 - proper handling of the dict.items() and dict.values() functions.
These are now all wrapped in list() function calls to ensure that the Python 3 iterators are converted to list objects before they are accessed.
The command used was: 2to3 -j 4 -w -f dict .
Authored by: bugman 2014-11-11
Parent: [r26521]
Child: [r26523]