[issue14452] SysLogHandler sends invalid messages when using unicode

Gregory P. Smith report at bugs.python.org
Thu Apr 12 09:03:51 CEST 2012


Gregory P. Smith <greg at krypto.org> added the comment:

Your three step approach makes sense... But it _is_ still technically a new API though in that the UTF8BOM placeholder for LogRecord's is being introduced.  What would the behavior be when run on an older version without support for that placeholder be?

I'm okay with adding this but wouldn't be surprised if release managers are not.  But I personally have no need for syslog logging from Python so it'd be better to have someone who needs this to work properly chime in.

Perhaps just fixing it nicely in 3.3 is sufficient while documenting the misbehavior as a known issue for 2.7 and 3.2.

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14452>
_______________________________________


More information about the Python-bugs-list mailing list