Sometimes 2to3 will find a place in your source code that needs to be changed,but 2to3 cannot fix automatically. In this case, 2to3 will print a warningbeneath the diff for a file. You should address the warning in order to havecompliant 3.x code.
Sometimes 2to3 will find a place in your source code that needs to be changed,but 2to3 cannot fix automatically. In this case, 2to3 will print a warningbeneath the diff for a file. You should address the warning in order to havecompliant 3.x code.