With the merging of #728, we can now consider dropping Python2-specific code and workarounds. Some candidates are: - https://github.com/pvlib/pvlib-python/blob/master/pvlib/atmosphere.py#L214 - Uses of `from __future__ import ...` - Other places where Python 2 vs. 3 considerations may have "[complected](https://www.youtube.com/watch?v=rI8tNMsozo0)" the code.