Python 3.10 發布了第 6 個維護版本,包含 200 個針對 Python 3.10 的錯誤修復和文檔改進的 commit,以及其他新特性和優化。
- PEP 623 – 棄用並准備移除 PyUnicodeObject 中的 wstr 成員
- PEP 604 – 支持以 X | Y 的形式編寫聯合類型 (union types)
- PEP 612 – 引入參數規范變量 (Parameter Specification Variables)
- PEP 626 – 為調試和其他工具添加精確的行號
- PEP 618 – 將 Optional Length-Checking 添加到 zip
- bpo-12782: 現在正式支持 Parenthesized context managers
- PEP 632 – 棄用 distutils 模塊
- PEP 613 – 引入顯式類型別名
- PEP 634 – 結構化模式匹配 (Structural Pattern Matching):Specification
- PEP 635 – 結構化模式匹配 (Structural Pattern Matching):Motivation & Rationale
- PEP 636 – 結構化模式匹配 (Structural Pattern Matching):Tutorial
- PEP 644 – 要求使用 OpenSSL 1.1.1 或更高版本
- PEP 624 – 刪除 Py_UNICODE encoder API
- PEP 597 – 增加可選的 EncodingWarning
詳情。