New submission from Kristján Valur Jónsson <krist...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14970> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com