News

PEP 739 specifies a build-details.json file, which is expected to be present for Python 3.14 and up. The CPython build process automatically creates this but it uses ...
The central idea is to allow a venv to be relocatable between different hosts by using a relative path in pyvenv.cfg for the home value. Relative paths allow avoiding use of an absolute path that is ...