python3.7中⽂⼿册chm_python3.7.0官⽅参考⽂档最新api⽂
档chm_。。。
资源名称:python3.7.0官⽅参考⽂档 最新api⽂档 chm
1、新语法特性:
PEP 563, 推迟评估类型注释
2、向后不兼容语法更改:
async 和 await 现在保留关键字
3、新的库模块:
python菜鸟教程文档contextvars: PEP 567 – Context Variables
dataclasses: PEP 557 – Data Classes
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 ⽂档翻译

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。