Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设有人只关心已经在 python 3.3 下工作的包和代码,他们是否可以安全地迁移到 3.4 而不必担心向后不兼容?
这与我有关,因为我必须设置一个从头开始编译所有源代码的开发环境,但我不确定是否可以直接将 3.4 作为唯一选项(假设 3.3 曾经是唯一选项)。
对于几乎所有的东西,它都是兼容的......
http://docs.python.org/3/whatsnew/3.4.html
但请查看已弃用、已删除和特别移植到 Python 3.4 部分