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 Viv, brett.cannon, eric.snow, eryksun, jwilk, ncoghlan, ned.deily, njs, ztane
Date 2018-03-25.11:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521976974.73.0.467229070634.issue33053@psf.upfronthosting.co.za>
In-reply-to
Content
It turned out some tests in CPython's own test suite were implicitly relying on the old behaviour where the current working directory automatically ended up on sys.path (see the changes to test_bdb and test_doctest in the updated PR).
History
Date User Action Args
2018-03-25 11:22:54ncoghlansetrecipients: + ncoghlan, brett.cannon, jwilk, ned.deily, njs, eric.snow, eryksun, ztane, Viv
2018-03-25 11:22:54ncoghlansetmessageid: <1521976974.73.0.467229070634.issue33053@psf.upfronthosting.co.za>
2018-03-25 11:22:54ncoghlanlinkissue33053 messages
2018-03-25 11:22:54ncoghlancreate