资源名称:python3.7.0官方参考文档 最新api文档 chm
1、新语法特性:
PEP 563, 推迟评估类型注释
2、向后不兼容语法更改:
async 和 await 现在保留关键字
3、新的库模块:
contextvars: PEP 567 – Context Variables
dataclasses: PEP 557 – Data Classes
importlib.resources
4、新的内置功能:
PEP 553, 新的 breakpoint() 函数
5、数据模型改进:
PEP 562, customization of access to module attributes.
PEP 560, core support for typing module and generic types.
the insertion-order preservation nature of dict objects has been declared to be an – official part of the Python language spec.
6、标准库重要改进:
asyncio模块性能和可用性改进
time 模块支持 nanosecond resolution
7、CPython 实现改进:
避免使用 ASCII 作为默认文本编码:
PEP 538, legacy C locale coercion
PEP 540, forced UTF-8 runtime mode
PEP 552, deterministic .pycs
新的 development runtime mode
PEP 565, 改进 DeprecationWarning 处理
8、C API 改进:
PEP 539, 用于 thread-local 存储的新的 C API
9、文档改进:
PEP 545,Python 文档翻译
资源截图:
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码资源库 » python3.7.0官方参考文档 最新api文档 chm_Python教程