|
|
|
PEP 829: Package Startup Configuration Files
This PEP changes the way packages influence Python’s startup process. Previously controlled through legacy .pth files parsed and executed by the site.py file during interpreter startup, such files ar...
|
|
PEP 827: Type Manipulation
We propose adding powerful type-level introspection and construction facilities to Python’s type system. This design is inspired largely by TypeScript’s conditional and mapped types, but is adapted ...
|
|
|