[issue7086] logging.handlers.SysLogHandler with TCP support

R. David Murray report at bugs.python.org
Fri Oct 9 02:11:56 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

I'll leave it to Vinay to pronounce on the request and the validity of
the patch, but a couple of comments on the mechanics of the patch:  You
have some rogue whitespace on one of the blank lines.  More importantly,
you are adding a keyword parameter at the beginning of the list of
keywords, which would change the semantics if someone passed in
arguments positionally.  Finally, you should check out PEP 8 about
Python style...the line length should be less the 80, which means your
docstring addition needs to be reformatted, as well as the __init__ line
itself.

Thanks for contributing!

Oh, and while I set the stage to test needed it doesn't look like there
are any existing tests for SysLogHandler....

----------
components: +Library (Lib) -Extension Modules
nosy: +r.david.murray, vinay.sajip
priority:  -> normal
stage:  -> test needed
type: behavior -> feature request
versions: +Python 2.7, Python 3.2 -Python 2.6

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


More information about the Python-bugs-list mailing list