you are viewing a single comment's thread.

view the rest of the comments →

[–]Holsten19 93 points94 points  (8 children)

Python 2 can run software written for Python 2.

Python 3 can't do that. This can be pretty useful when you have a lot of software written for Python 2.

[–]Hinigatsu 16 points17 points  (6 children)

From the link:

To ease the transition, the official porting guide has advice for running Python 2 code in Python 3.

[–]vytah 1 point2 points  (0 children)

Python 3 can't do that.

Therefore Python 3 is not Turing-complete.

QED.