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 eryksun, josephsmeng, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-09.18:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473444730.31.0.924049201598.issue27874@psf.upfronthosting.co.za>
In-reply-to
Content
For 3.6 I've changed this behaviour fairly significantly. See https://docs.python.org/3.6/using/windows.html#finding-modules for the new docs on the 'sys.path' file (name subject to change, but I like the parallel :) )

The embedded distro will include a default sys.path file with "python36.zip" and "." in it, which will omit the other entries. It's not ideal for "portable terminal" use as it enables isolated mode by default, but it's perfect for embedding.

I think I'll also make pythonXX.zip a landmark file (currently only Lib\os.py is checked), so that we default to the current path if the zip file is there.
History
Date User Action Args
2016-09-09 18:12:10steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, josephsmeng
2016-09-09 18:12:10steve.dowersetmessageid: <1473444730.31.0.924049201598.issue27874@psf.upfronthosting.co.za>
2016-09-09 18:12:10steve.dowerlinkissue27874 messages
2016-09-09 18:12:10steve.dowercreate