mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
This commit is contained in:
parent
ddef3bdc7b
commit
2145c8c972
4 changed files with 24 additions and 0 deletions
|
|
@ -369,6 +369,11 @@ Miscellaneous options
|
|||
(filename or built-in module) from which it is loaded. When given twice
|
||||
(:option:`!-vv`), print a message for each file that is checked for when
|
||||
searching for a module. Also provides information on module cleanup at exit.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
The :mod:`site` module reports the site-specific paths
|
||||
and :file:`.pth` files being processed.
|
||||
|
||||
See also :envvar:`PYTHONVERBOSE`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue