[issue14970] -v command line option is broken

Brett Cannon report at bugs.python.org
Thu May 31 18:50:14 CEST 2012


Brett Cannon <brett at python.org> added the comment:

Not a problem. =)

If you want to know where an import originated from, you can probably do something as simple as overload builtins.__import__ with a version that does a quick stack look to see where the previous call is coming from.

----------

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


More information about the Python-bugs-list mailing list