dmbaturin / pytaf

TAF (Terminal Aerodrome Forecast) and METAR parser and decoder
MIT License
57 stars 23 forks source link

Restore compatibility with Python 2 by declaring UTF-8 file encoding (#13) #14

Closed vog closed 6 years ago

vog commented 6 years ago

This fixes #13.

dmbaturin commented 6 years ago

Thanks! I haven't used python2 in a while other than for ansible to be fair. I've also removed the degree character from output because it might not be a good idea to begin with.

Made a new release on pypi too.

vog commented 6 years ago

Thanks a lot!

By the way: Since you deleted the degree character, you don't need the -*- coding: utf-8 -*- line anymore.