(no title)
w8rbt
|
6 years ago
This is my biggest issue with Python. I absolutely love the language, but Python 3 ought to be Python 3 no matter where/how you got it. If you are using 3.5 and I'm using 3.7 we ought to be able to share code and things just work. Unfortunately, that is not the case.
jnwatson|6 years ago
torte|6 years ago
Code from an older Python 3 version should always work in the newer Python 3 version though (at least for 3.5 -> 3.7).