我有兴趣了解 Python 3.3 中将发生哪些语言更改(无需订阅开发人员邮件列表并监视消息流)。
我在 python.org 上找到了这个页面,但我想知道是否有其他程序员会推荐的其他参考资料。
PEP 398列出了 3.3 中可能包含的一些特性:
候选人 PEP:
PEP 362: Function Signature Object PEP 380: Syntax for Delegating to a Subgenerator PEP 382: Namespace Packages PEP 393: Flexible String Representation PEP 395: Module Aliasing PEP 397: Python launcher for Windows PEP 3143: Standard daemon process library PEP 3151: Reworking the OS and IO exception hierarchy
(请注意,这些尚未被接受,即使它们被接受,它们也可能无法及时完成 Python 3.3。)
其他计划中的大规模变更:
Addition of the "packaging" module, replacing "distutils" Implementing __import__ using importlib Email version 6 A standard event-loop interface (PEP by Jim Fulton pending) Adding the faulthandler module. Breaking out standard library and docs in separate repos? A PEP on supplementing C modules with equivalent Python modules?
PEP 398列出了可能进入 Python 3.3 的 PEP。
本文档描述了 Python 3.3 的开发和发布时间表。该计划主要关注 PEP 大小的项目。小功能可以添加到并包括第一个 beta 版本。在计划于 2012 年 8 月发布的最终版本之前,可能会修复错误。
我录制了一个 7 分钟的截屏视频What's New in Python 3.3。它基于 Python 文档中的 What's New 文档。
编辑:虽然截屏视频的主要焦点是 Python 3.3,但它包含 PyCharm IDE 推广的元素。
查看在http://planet.python.org/上联合发布的博客文章
如果您对“如何”和“为什么”感兴趣,而不仅仅是“什么”,那么有许多关于 3.3 的开发中项目的有趣帖子,例如电子邮件 6、导入和其他。