Link preview
Welcome to Python.org
The official home of the Python Programming Language Python Enhancement Proposals (PEPs) · python.org
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 are used to extend sys.path and execute package initiali...
Comments