[issue11593] Add encoding parameter to logging.basicConfig
Vinay Sajip
report at bugs.python.org
Fri Mar 18 09:03:54 CET 2011
Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:
I've been thinking about adding a handler= keyword argument to basicConfig(), and it seems to me that it would not only cover your use case, but also other cases which require different handlers.
So I'm marking as wontfix for now, but I'll keep the issue open until the handler parameter gets added. Also changing this to Python 3.3, as I can't make API changes to 3.2.
----------
assignee: -> vinay.sajip
resolution: -> wont fix
versions: +Python 3.3 -Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11593>
_______________________________________
More information about the Python-bugs-list
mailing list