ywangd / pybufrkit

Pure Python toolkit to work with WMO BUFR messages
http://pybufrkit.readthedocs.io/
MIT License
72 stars 28 forks source link

Python 3.7 support. Fix a few warnings. #8

Closed oinksoft closed 5 years ago

oinksoft commented 5 years ago

@ywangd The only bugfix is in the handling of StopIteration from next_id() in tables._descriptors_from_ids, which became a RuntimeError in 3.7. These changes also silence related warnings in 3.6, and fix a few warnings I saw from py.test and pyflakes.