|
|
PEP 787: Safer subprocess usage using t-strings
PEP 750 introduced template strings (t-strings) as a generalization of f-strings, providing a way to safely handle string interpolation in various contexts. This PEP proposes extending the subprocess ...
|
|
PEP 784: Adding Zstandard to the standard library
Zstandard is a widely adopted, mature, and highly efficient compression standard. This PEP proposes adding a new module to the Python standard library containing a Python wrapper around Meta’s zstd l...
|
|
PEP 783: Emscripten Packaging
This PEP proposes a new platform tag series pyodide for binary Python package distributions for the Pyodide Python runtime.
|
|
PEP 781: Make ``TYPE_CHECKING`` a built-in constant
This PEP proposes adding a new built-in variable, TYPE_CHECKING, to improve the experience of writing Python code with type annotations. It is evaluated as True when the code is being analyzed by a st...
|
|
|