Python 3.6.5 发布,包含新特性以及优化

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Python 3.6.5 是 Python 3.6 的第五个维护版,Python 3.6 包含了许多新特性和对旧版本的优化。 PEP 468, Preserving Keyword Argument Order PEP 487, Simpler customization of class creation PEP 495, Local T...

Python 3.6.5 是 Python 3.6 的第五个维护版,Python 3.6 包含了许多新特性和对旧版本的优化。

  • PEP 468, Preserving Keyword Argument Order

  • PEP 487, Simpler customization of class creation

  • PEP 495, Local Time Disambiguation

  • PEP 498, Literal String Formatting

  • PEP 506, Adding A Secrets Module To The Standard Library

  • PEP 509, Add a private version to dict

  • PEP 515, Underscores in Numeric Literals

  • PEP 519, Adding a file system path protocol

  • PEP 520, Preserving Class Attribute Definition Order

  • PEP 523, Adding a frame evaluation API to CPython

  • PEP 524, Make os.urandom() blocking on Linux (during system startup)

  • PEP 525, Asynchronous Generators (provisional)

  • PEP 526, Syntax for Variable Annotations (provisional)

  • PEP 528, Change Windows console encoding to UTF-8

  • PEP 529, Change Windows filesystem encoding to UTF-8

  • PEP 530, Asynchronous Comprehensions

发布说明和下载地址:https://www.python.org/downloads/release/python-365/


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Learning Web Design

Learning Web Design

Jennifer Niederst Robbins / O'Reilly Media / 2007-6-15 / USD 44.99

Since the last edition of this book appeared three years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means......一起来看看 《Learning Web Design》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换