Why is Python 3 not backwards compatible? [closed]
问题 I have learned that Python 3 is not backwards compatible. Will it not affect a lot of applications using older versions of Python? How did the developers of Python 3 not think it was absolutely necessary to make it backwards compatible? 回答1: Is Python 3.0 backward-compatible and why? Python 3.0 implements a lot of very useful features and breaks backward compatibility. It does it on purpose, so the great features can be implemented even despite the fact Python 2.x code may not work correctly