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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to