Message 309051 - Python tracker

Message309051

Author ncoghlan
Recipients brett.cannon, christian.heimes, ncoghlan, steve.dower, vstinner
Date 2017-12-26.00:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514247756.99.0.213398074469.issue32324@psf.upfronthosting.co.za>
In-reply-to
Content
(However, the behaviour Steve is describing suggests that sys.path[0] initialisation may have problems on Windows that the test suite isn't picking up - "-I" should *not* add the script directory to the path, and directory execution should always add an absolute path, not a relative one)
History
Date User Action Args
2017-12-26 00:22:37ncoghlansetrecipients: + ncoghlan, brett.cannon, vstinner, christian.heimes, steve.dower
2017-12-26 00:22:36ncoghlansetmessageid: <1514247756.99.0.213398074469.issue32324@psf.upfronthosting.co.za>
2017-12-26 00:22:36ncoghlanlinkissue32324 messages
2017-12-26 00:22:36ncoghlancreate