Open yannforget opened 8 years ago
It looks like, based on the upgrading notes, that the correct alternative would be iter(dict.items())
?
@yannforget I'll merge this PR if you make the change suggested by @tmcw, but FYI the project is currently unmaintained and there are no future releases scheduled at this time.
ping... Made a new version of this fix #40 @sgillies : implemented there as @tmcw suggested, and also added test. Can/should we revive this project? Or is there already some successor out there?
Replaced
dict.iteritems()
withdict.items()
in order to make the module compatible with Python 3.5.