Martin Panter added the comment:

That raiseExecptions thing looks like a typo to me. The code should probably be 
monkey patching the module variable, and restoring it after the test. Then you 
wouldn’t need to add your extra typoed version to the blacklist.

In the logging module, I reckon raiseExceptions (non-typoed) should actually be 
added to __all__. It is documented under Handler.handleError().

pickletools.OpcodeInfo: It is briefly mentioned as the type of the first item 
of genops(). I don’t have a strong opinion, but I tended to agree with your 
previous patch which added it to __all__.

threading.ThreadError: It is not documented, but it was already in __all__. I 
think it should be restored, in case someone’s code is relying on it.

----------

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

Reply via email to