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 brett.cannon, ced, eric.snow, eryksun, ncoghlan, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-08-16.16:24:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502900670.47.0.927593214089.issue31210@psf.upfronthosting.co.za>
In-reply-to
Content
All right.  So the challenge here for windows is: if python is installed on a path that has a semicolon in one of the directory names, is it even possible to populate sys.path such that modules can be imported from the lib directory that is under that path?  (IMO we shouldn't jump through big hoops to support this, but if it can be done and the refactoring Nick is contemplating makes it *relatively* easily, it would probably be good to do, to be consistent).
History
Date User Action Args
2017-08-16 16:24:30r.david.murraysetrecipients: + r.david.murray, brett.cannon, paul.moore, ncoghlan, tim.golden, ced, eric.snow, zach.ware, eryksun, steve.dower
2017-08-16 16:24:30r.david.murraysetmessageid: <1502900670.47.0.927593214089.issue31210@psf.upfronthosting.co.za>
2017-08-16 16:24:30r.david.murraylinkissue31210 messages
2017-08-16 16:24:30r.david.murraycreate