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 nedbat
Recipients nedbat
Date 2018-01-14.15:55:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515945313.01.0.467229070634.issue32551@psf.upfronthosting.co.za>
In-reply-to
Content
(For clarity)

The problem is that 3.5.4 adds the current directory to sys.path when running a subdirectory's __main__.py.  No other version of Python does this.
History
Date User Action Args
2018-01-14 15:55:13nedbatsetrecipients: + nedbat
2018-01-14 15:55:13nedbatsetmessageid: <1515945313.01.0.467229070634.issue32551@psf.upfronthosting.co.za>
2018-01-14 15:55:13nedbatlinkissue32551 messages
2018-01-14 15:55:12nedbatcreate