egor045 ran into an
issue based on Python 2.6 testing being different than 2.7 or 3.x. Something we need to consider; I know there are valid reasons for staying on 2.6 and earlier. This may be a simple fix but as a team I'd recommend we think about "What level of effort is spent on compatibility?"
My code works on Python 2.6 and 3.6. Of course, my code is really basic stuff and even with that I have to work to support py2 and py3.
Thoughts?