slaclab / femto-timing

1 stars 1 forks source link

Dictionary Iterator Obsolescence #13

Closed rlodico06 closed 4 months ago

rlodico06 commented 5 months ago

The methods .iteritems and .itervalues are not available in Python 3. The methods .items and .values are Python 3 compatible, however, and accomplish the same objective in our case.