[issue17357] Add missing verbosity message to importlib

Brett Cannon report at bugs.python.org
Tue Mar 5 19:23:49 CET 2013


New submission from Brett Cannon:

Looks like I missed some verbosity messages in importlib. The most obvious one is the "trying" messages under verbosity 2 (-vv or PYTHONVERBOSE=2). Should probably go through import.c again and make sure no other messages are missing (http://hg.python.org/cpython/file/637d7c953b10/Python/import.c).

----------
components: Interpreter Core
keywords: easy
messages: 183539
nosy: brett.cannon, twouters
priority: normal
severity: normal
stage: needs patch
status: open
title: Add missing verbosity message to importlib
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17357>
_______________________________________


More information about the Python-bugs-list mailing list