New submission from Sworddragon:

For logging.exception() and similar variants the msg argument must be passed 
but on a formation the LogRecord "message" is not mandatory. In this case 
wouldn't it be better to make the msg argument optional? At default it could be 
None or ''.

----------
components: Library (Lib)
messages: 196073
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Making msg optional on logging.exception() and similar variants
type: enhancement
versions: Python 3.3

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

Reply via email to