热门排行
简介
python 3.7.0 帮助文档,Python 3.7.0 documentation python3.7.0原版官方文档 英文版,CHM格式。修正显示乱码。基于官方在线文档修正编译。
简单方便的chm版的帮助手册,本地查询,方便快捷,这种工具书关键在于熟悉和基础性,特别适合初学者,熟悉后可以高效率的查找所需或问题,特别是一些基础性的常用的常规东西,网页搜索反而效率太低。
注:如果打不开文档,请右击属性-解除锁定,即可,如图:
Python 3.7.0 包含许多新特性和优化,亮点包括:
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 文档翻译
新增文档翻译:日语、法语和韩语