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 steve.dower
Recipients brett.cannon, r.david.murray, steve.dower, tschiller
Date 2017-08-10.15:04:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502377494.76.0.900409945861.issue31143@psf.upfronthosting.co.za>
In-reply-to
Content
It also breaks .zip file distribution, which I'm fairly sure we do explicitly support by virtue of having "python36.zip" in sys.path by default. And the ".pyc-only in a zip file" distribution is *totally* busted :) (and also officially released for Windows...)

I'm dragging in an importlib expert to the discussion, probably against his will, since this is really a problem of "how do I programmatically discover what I can import without using os.listdir()". Hopefully Brett can answer that question and we can come up with a patch.
History
Date User Action Args
2017-08-10 15:04:54steve.dowersetrecipients: + steve.dower, brett.cannon, r.david.murray, tschiller
2017-08-10 15:04:54steve.dowersetmessageid: <1502377494.76.0.900409945861.issue31143@psf.upfronthosting.co.za>
2017-08-10 15:04:54steve.dowerlinkissue31143 messages
2017-08-10 15:04:54steve.dowercreate