内容简介:Python 3.7 已正式发布,同时发布的还有 3.6.6 , 具体详情可分别查阅更新说明: 3.7:https://www.python.org/downloads/release/python-370/ 3.6.6:https://www.python.org/downloads/release/python-366/ Py...
Python 3.7 已正式发布,同时发布的还有 3.6.6 , 具体详情可分别查阅更新说明:
Python 3.7 包含许多新特性和优化,亮点包括:
新语法特性:
PEP 563, 推迟评估类型注释
向后不兼容语法更改:
新的库模块:
新的内置功能:
PEP 553, 新的
breakpoint()函数
数据模型改进:
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.
标准库重要改进:
asyncio模块性能和可用性改进
CPython 实现改进:
避免使用 ASCII 作为默认文本编码:
PEP 552, deterministic .pycs
PEP 565, 改进
DeprecationWarning处理
C API 改进:
PEP 539, 用于 thread-local 存储的新的 C API
文档改进:
各项更改详情请查阅:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Android Studio 3.2.0 正式版新特性
- Element 2.0.0 正式版发布,带来大量新特性
- React 17 正式版发布
- Eclipse 4.9 正式版发布!
- PyCharm 2018.3 正式版发布!
- GoLand 2018.3 正式版发布!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!