STINNER Victor added the comment:

I'm not sure about the method names showmsg() and formatmsg().

Maybe: showwarnmsg() and formatwarnmsg()?

First I used warnings.show() and warnings.format(), but "format()" is already 
the name of a builtin function.

By the way, I would prefer to use underscore between names, like show_msg() or 
show_warn_msg(). But I don't know if it's ok to use a different naming scheme 
in an existing module :-/

----------

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

Reply via email to