Brett Cannon added the comment:
Any change below needs to be checked for what verbosity it matters for
(although I think there is only a single level 2 message):
PySys_WriteStderr("# %s has bad magic\n", cpathname);
(http://hg.python.org/cpython/file/637d7c953b10/Python/import.c#l1038)
PySys_WriteStderr("import %s # directory %s\n", name, pathname); although that
might be confusing in the face of namespace packages
(http://hg.python.org/cpython/file/637d7c953b10/Python/import.c#l1435)
PySys_WriteStderr("# trying %s\n", buf);
(http://hg.python.org/cpython/file/637d7c953b10/Python/import.c#l1837)
PySys_WriteStderr("import %s # frozen%s\n", name, ispackage ? " package" : "");
(http://hg.python.org/cpython/file/637d7c953b10/Python/import.c#l2335)
PySys_WriteStderr("import %s # builtin\n", name);
(http://hg.python.org/cpython/file/637d7c953b10/Python/import.c#l2224)
Everything else changed, but is covered by some new verbose message.
Should probably change "created {!r}" to "wrote {!r}" in importlib
(http://hg.python.org/cpython/file/b0890674bc21/Lib/importlib/_bootstrap.py#l1091)
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com