Python 3 does not have dict.itervalues
Really we should move to using six and importing the iterator versions of dict methods and range/zip from there, but for now just use "values" since using a raw list doesn't seem like it will cause memory or performance problems here.
Showing
Please register or sign in to comment