The site.py documentation does not mention the special objects that it adds to builtins:
- help
- quit and exit
- license viewer
- copyright and credit strings.
(Have I missed any?) The second paragraph hints at them, saying "Importing this module will append site-specific paths to the module search path and add a few builtins" but fails to mention what those builtins are. We should add a brief section listing those added objects, and in the case of help linking to pydoc.
Linked PRs
The site.py documentation does not mention the special objects that it adds to builtins:
(Have I missed any?) The second paragraph hints at them, saying "Importing this module will append site-specific paths to the module search path and add a few builtins" but fails to mention what those builtins are. We should add a brief section listing those added objects, and in the case of
helplinking to pydoc.Linked PRs
helpin site.py constants #103777helpin site.py constants (GH-103777) #123762helpin site.py constants (GH-103777) #123763