Ronan Lamy <ronan.l...@gmail.com> added the comment:

Reverting to the previous behaviour, then? OK.

As I understand it, the issue comes from a DRY violation: both 
FileFinder.find_loader() and _LoaderBasics.is_package() have their own notion 
of what is a package and they disagree. Since the finder needs to know what is 
a package, I think that the loader should be told whether it's a package or not 
instead of trying to guess.

----------

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

Reply via email to