Python 3.5 reaches EOL middle of Sept this year. Upstream libraries such as SciPy have dropped support for it. I say we do the same for the next release (0.20 being the last to support 3.5).
Bringing this up because I just did from collections import OrderedDict and I'd rather not have to ...
Python 3.5 reaches EOL middle of Sept this year. Upstream libraries such as SciPy have dropped support for it. I say we do the same for the next release (0.20 being the last to support 3.5).
Bringing this up because I just did
from collections import OrderedDictand I'd rather not have to ...