Comment by sriram_sun
10 years ago
True. However, it would also be nice if there is an automated upgrade path for syntactic changes like python 2to3.
10 years ago
True. However, it would also be nice if there is an automated upgrade path for syntactic changes like python 2to3.
Python 2 to Python 3 is a semantic change, which is why it has been so slow going for some codebases.