kapadia / usgs

Client library for interfacing with USGS datasets
http://kapadia.github.io/usgs/
ISC License
110 stars 38 forks source link

Python 3.5 compatibility #29

Open yannforget opened 8 years ago

yannforget commented 8 years ago

Replaced dict.iteritems() with dict.items() in order to make the module compatible with Python 3.5.

tmcw commented 8 years ago

It looks like, based on the upgrading notes, that the correct alternative would be iter(dict.items())?

sgillies commented 8 years ago

@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.

AmitAronovitch commented 6 years ago

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?