Raymond Hettinger added the comment:

> Is this expected? 

It is a little weird but usually problematic.  The cause that import checks for 
the existence of '__init__.py' but doesn't then add isfile() or  isdir() check 
which would be unnecessary 99.9% of the time.

I classify this a harmless oddity.

----------
nosy: +rhettinger
priority: normal -> low

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

Reply via email to