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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, madison.may, ncoghlan, ronaldoussoren
Date 2013-08-10.20:15:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376165743.2.0.787854541874.issue18416@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm currently leaning towards having sys.path_importer_cache store
> the actual directory name.

Makes sense to me.  It the problem that sys.path will still have '' in it and it may be hard to figure out what it means (and how it maps to sys.path_importer_cache)?
History
Date User Action Args
2013-08-10 20:15:43eric.snowsetrecipients: + eric.snow, brett.cannon, ronaldoussoren, ncoghlan, Arfrever, madison.may
2013-08-10 20:15:43eric.snowsetmessageid: <1376165743.2.0.787854541874.issue18416@psf.upfronthosting.co.za>
2013-08-10 20:15:43eric.snowlinkissue18416 messages
2013-08-10 20:15:43eric.snowcreate