File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -457,14 +457,14 @@ agen() for x in a)``.
457457:pep: `829 `: Package startup configuration files
458458-----------------------------------------------
459459
460- Loaded by the :mod: `site ` module when ``-S `` is not given, :file : `.pth ` files
460+ Loaded by the :mod: `site ` module when ``-S `` is not given, :ref : `.pth files < site-pth-files >`
461461can contain lines that both extend :data: `sys.path ` and execute arbitrary code
462462when the line starts with ``import `` (followed by a space or tab). The latter
463463functionality can be problematic, since it is difficult to know exactly what
464464gets executed when Python starts up.
465465
466466As a step towards improving the ability to audit pre-start executable code,
467- Python 3.15 introduces :file : `.start ` files which contain entry point
467+ Python 3.15 introduces :ref : `.start files < site-start-files >` which contain entry point
468468specifications of the form ``pkg.mod:callable `` where ``pkg.mod `` is the
469469import path to the given callable. When Python starts up, the callable is
470470located and called with no arguments.
You can’t perform that action at this time.
0 commit comments