This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2012-05-31.14:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338475242.98.0.095498277626.issue14970@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-31 14:40:43kristjan.jonssonsetrecipients: + kristjan.jonsson
2012-05-31 14:40:42kristjan.jonssonsetmessageid: <1338475242.98.0.095498277626.issue14970@psf.upfronthosting.co.za>
2012-05-31 14:40:42kristjan.jonssonlinkissue14970 messages
2012-05-31 14:40:42kristjan.jonssoncreate