Eric Snow added the comment:

Sorry for any confusion, Claudiu.  the_module.__path__ only indicates that the 
module is a package.  So until you can take advantage of PEP 451, you're stuck 
with the _path check (or several other unappealing hack) on line 224 of 
unittest-17457-3.patch.

However, the use of __path__ on line 226 is correct now. :)  Thanks for 
changing that.

----------

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

Reply via email to