[issue14970] -v command line option is broken

Kristján Valur Jónsson report at bugs.python.org
Thu May 31 16:40:43 CEST 2012


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

Using the -v command line option to diagnose import problem is no longer useful.  In stead of lines like this in version 2.7:

import UserDict # from D:\p4\games\branches\development\MAIN\eve\dust\tool\bin/../../../../carbon/src/stackless/Lib/UserDict.py

we now get:
import 'textwrap' # <_frozen_importlib.SourceFileLoader object at 0x0000000002E14438>

I don't even know what a _frozen_importlib.SourceFileLoader is.

----------
components: Interpreter Core
messages: 162002
nosy: kristjan.jonsson
priority: normal
severity: normal
status: open
title: -v command line option is broken
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list