I opened a Python 2 project in PyDev on Eclipse with a Python3 interpreter installed, so I get errors in certain places.
The project's context menu has a PyDev -> "Apply 2to3" option. When I select it, I see diff
output in my console but the .py
files in the project are not changed. I don't see any obvious way to apply the diff
output to make those changes.
Shouldn't "Apply 2to3" perform changes to the files and leave the project ready to compile under Python 3?