|
|
|
|
|
by chc
4402 days ago
|
|
Many distros include both Python 2 and Python 3 support. I think pdonis is saying that distros that support Python 3 are not stuck on 3.0. That is, their Python 3 packages are 3.2 or higher, so comparing 2.7 to 3.0 is unreasonable, since it's not a choice anyone has to make. Which seems to be true. For example, the relatively conservative Debian is currently on Python 3.2, with Python 3.3 in the next version. Ubuntu's python3 is currently 3.4. Fedora appears to be 3.2. Arch has Python 3.4, I think. So what pdonis was saying is, as far as I can tell, true. |
|
Download a python script run it and it will run on Python 2.7.6.
Yes that OP meant to say that because he clarified it later. But I don't see how his original comment of:
> most Linux distros are at least at Python 3.2
implies that. To me that says 3.2+ ships as the default version of Python.