[issue8148] logging.SyslogHandler.emit()

2010-03-15 Thread Vinay Sajip
Vinay Sajip added the comment: This appears to be a duplicate of #5421. -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___

[issue8148] logging.SyslogHandler.emit()

2010-03-15 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8148] logging.SyslogHandler.emit()

2010-03-15 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +vinay.sajip priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list

[issue8148] logging.SyslogHandler.emit()

2010-03-15 Thread Benjamin VENELLE
New submission from Benjamin VENELLE : Hi, In SyslogHandler class from logging package, emit() function calls socket.sendto() at line 785. Passing arguments are not in the right order due to flags parameter which is optional (@see http://docs.python.org/py3k/library/socket.html#socket.socket.