Nick Coghlan added the comment:

ImportWarning is slightly different - it's aimed at issues that happen during 
the operation of the import machinery itself.

This isn't that - it's a warning related to the extension module actually 
initialising itself, so it's akin to a warning issued due to the behaviour of 
top level module source code, rather than by the import system.

----------

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

Reply via email to