跳转至
本文阅读量

1. PEP 列表

分类 链接 标题
https://peps.python.org/pep-0000/ ⧉ PEP 0 – Index of Python Enhancement Proposals (PEPs)
https://peps.python.org/pep-0246/ ⧉ PEP 246 – Object Adaptation
database https://peps.python.org/pep-0248/ ⧉ PEP 248 – Python Database API Specification v1.0
database https://peps.python.org/pep-0249/ ⧉ PEP 249 – Python Database API Specification v2.0
https://peps.python.org/pep-0318/ ⧉ PEP 318 – Decorators for Functions and Methods
https://peps.python.org/pep-0370/ ⧉ PEP 370 – Per user site-packages directory
typing https://peps.python.org/pep-0482/ ⧉ PEP 482 – Literature Overview for Type Hints
typing https://peps.python.org/pep-0483/ ⧉ PEP 483 – The Theory of Type Hints
typing https://peps.python.org/pep-0484/ ⧉ PEP 484 – Type Hints
https://peps.python.org/pep-0492/ ⧉ PEP 492 – Coroutines with async and await syntax
https://peps.python.org/pep-0503/ ⧉ PEP 503 – Simple Repository API
https://peps.python.org/pep-0526/ ⧉ PEP 526 – Syntax for Variable Annotations
https://peps.python.org/pep-0544/ ⧉ PEP 544 – Protocols: Structural subtyping (static duck typing)
https://peps.python.org/pep-0550/ ⧉ PEP 550 – Execution Context
https://peps.python.org/pep-0567/ ⧉ PEP 567 – Context Variables
https://peps.python.org/pep-0570/ ⧉ PEP 570 – Python Positional-Only Parameters
https://peps.python.org/pep-0593/ ⧉ PEP 593 – Flexible function and variable annotations
typing https://peps.python.org/pep-0612/ ⧉ PEP 612 – Parameter Specification Variables
https://peps.python.org/pep-0614/ ⧉ PEP 614 – Relaxing Grammar Restrictions On Decorators
https://peps.python.org/pep-0636/ ⧉ PEP 636 – Structural Pattern Matching: Tutorial
typing https://peps.python.org/pep-0646/ ⧉ PEP 646 – Variadic Generics
typing https://peps.python.org/pep-0695/ ⧉ PEP 695 – Type Parameter Syntax
https://peps.python.org/pep-0705/ ⧉ PEP 705 – TypedDict: Read-only items
https://peps.python.org/pep-3148/ ⧉ PEP 3148 – futures - execute computations asynchronously

1.1 按 topic 划分