bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)

This commit is contained in:
native-api 2020-06-12 09:20:11 +03:00 committed by GitHub
parent ddef3bdc7b
commit 2145c8c972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 0 deletions

View file

@ -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`.