Martin Panter added the comment:

The patch looks sensible to me. The fix is basically an extension to the first 
fixup (9c92352324e8), where Victor split _showwarnmsg_impl() out of 
_showwarnmsg(). Now, _showwarnmsg() is a helper for the C module to choose 
between the backwards-compatible showwarning() API, and the new internal 
_showwarnmsg_impl() function.

I left some incidental comments on Rietveld, but they are not severe release 
blockers. Also, is the docstring for warnings._showwarnmsg() off? It looks like 
you copied it from warnings.showwarning(). Best not to suggest replacing an 
internal function.

----------
nosy: +martin.panter

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

Reply via email to