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 brett.cannon
Recipients SilentGhost, brett.cannon, mgrang, python-dev, tds333
Date 2016-04-08.22:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460153420.31.0.457237387296.issue26587@psf.upfronthosting.co.za>
In-reply-to
Content
I simplified Wolfgang's patch by simply using os.path.exists(). That eliminated the one place where os.path.isdir() was in use that was too specific to directories where files were reasonable to expect.

I also quickly tweaked the docs for the site  module in 3.5 to not promise that files would work.

If you think there is still an issue with keeping things tied together, SilentGhost, feel free to open another issue to track it.
History
Date User Action Args
2016-04-08 22:10:20brett.cannonsetrecipients: + brett.cannon, tds333, SilentGhost, python-dev, mgrang
2016-04-08 22:10:20brett.cannonsetmessageid: <1460153420.31.0.457237387296.issue26587@psf.upfronthosting.co.za>
2016-04-08 22:10:20brett.cannonlinkissue26587 messages
2016-04-08 22:10:20brett.cannoncreate