Brett Cannon added the comment:

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.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to