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 r.david.murray
Recipients alex, brett.cannon, eric.araujo, eric.snow, r.david.murray, vstinner
Date 2014-03-13.22:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394750001.18.0.656246827255.issue19257@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it could be important even if you are dealing with files and directories (or I'm confused and __path__ is always about same :), since you could be dealing with an alternate loader.

Our policy is not to hide the chained traceback unless *all* of the information in the chain has been expressed in the replacement traceback error message.
History
Date User Action Args
2014-03-13 22:33:21r.david.murraysetrecipients: + r.david.murray, brett.cannon, vstinner, eric.araujo, alex, eric.snow
2014-03-13 22:33:21r.david.murraysetmessageid: <1394750001.18.0.656246827255.issue19257@psf.upfronthosting.co.za>
2014-03-13 22:33:21r.david.murraylinkissue19257 messages
2014-03-13 22:33:21r.david.murraycreate