[issue13979] Automatic *libc.so loading behaviour
Changes by Sébastien Barthélémy : -- nosy: +sbarthelemy ___ Python tracker <http://bugs.python.org/issue13979> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue13932] If some test module fails to import another module unittest reports a very misleading message
New submission from Sébastien Barthélémy : If some test module (say, testmath) fails to import some other module, unittest reports a very misleading message: AttributeError: 'module' object has no attribute 'testmath' Would it be possible improve the message or, better