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 paul.moore
Recipients docs@python, excitoon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-05-31.09:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527757366.46.0.682650639539.issue33698@psf.upfronthosting.co.za>
In-reply-to
Content
You could add the line

    import sys; sys.path.insert(0, '')

to a .pth file. The documentation you pointed out states that lines starting with "import" are executed...
History
Date User Action Args
2018-05-31 09:02:46paul.mooresetrecipients: + paul.moore, tim.golden, docs@python, zach.ware, steve.dower, excitoon
2018-05-31 09:02:46paul.mooresetmessageid: <1527757366.46.0.682650639539.issue33698@psf.upfronthosting.co.za>
2018-05-31 09:02:46paul.moorelinkissue33698 messages
2018-05-31 09:02:46paul.moorecreate