Python 3.8.1 发布

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

内容简介:距离 Python 3.8.1 rc1 发布没多久的时间,目前,Python 3.8.1 也已正式发布。Python 3.8.1 是 Python 3.8 的第一个维护版本,Python 3.8 系列是 Python 编程语言的最新主要版本,它包含了许多新功能和优化。 Py...
#########

距离 Python 3.8.1 rc1 发布没多久的时间,目前,Python 3.8.1 也已正式发布。Python 3.8.1 是 Python 3.8 的第一个维护版本,Python 3.8 系列是 Python 编程语言的最新主要版本,它包含了许多新功能和优化。

Python 3.8.1 版本的更新内容如下:

Core and Builtins

  • bpo-39080:当星标表达式 AST 节点位于 Call AST 节点的 args 属性中的元素之中时,修复它们的 end_col_offset 值。

  • bpo-39031:解析“elif”节点时,该节点的 lineno 和 col_offset 现在指向“elif”关键字,而不是其条件,从而使其与“if”节点一致。

  • bpo-39008PySys_Audit()现在要求Py_ssize_t将格式字符串中的 size 参数用作大小参数,而不管 PY_SSIZE_T_CLEAN在包括时定义了什么。

Library

  • bpo-39022:更新 importliib.metadata 以包括对 importlib_metadata 1.3 的改进,包括更好的 EntryPoints 序列化和改进的自定义查找器文档。

  • bpo-38811:修复缺少os.link()pathlib中未处理的异常。

  • bpo-36406:处理doctest中的 namespace packages。

Tests

  • bpo-38546:Multiprocessing 和 current.futures 测试现在会在测试完成时停止资源跟踪器进程。

Windows

macOS

  • bpo-38295:防止在 macOS Catalina 上的 test_py_compile 中的 test_relative_path 失败。

IDLE

  • bpo-38944:Excape key 现在会关闭 IDLE completion windows

  • bpo-38943:修复 IDLE 自动完成窗口不总是出现在某些系统上的问题

详细信息:https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-1


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Python Algorithms

Python Algorithms

Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99

Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具