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 ncoghlan
Recipients eryksun, ncoghlan, ned.deily, nedbat, steve.dower
Date 2017-03-09.04:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489032150.31.0.221338952901.issue29723@psf.upfronthosting.co.za>
In-reply-to
Content
As Eryk notes, this has revealed a separate bug in that we don't make the path absolute when adding to sys.path. However, that's *not* directly related to the regression, so I'm resisting the temptation to change it here.

Instead, the new test case I'm adding will just run a script directory both with and without -I, and make sure sys.path ends up the same in both cases.
History
Date User Action Args
2017-03-09 04:02:30ncoghlansetrecipients: + ncoghlan, nedbat, ned.deily, eryksun, steve.dower
2017-03-09 04:02:30ncoghlansetmessageid: <1489032150.31.0.221338952901.issue29723@psf.upfronthosting.co.za>
2017-03-09 04:02:30ncoghlanlinkissue29723 messages
2017-03-09 04:02:29ncoghlancreate