New submission from Pablo:

There are two documentation issues regarding the ZeroMQSocketListener and 
ZeroMQSocketHandler examples in the Logging Cookbook:


The first issue is that in the 'init' method for the 'ZeroMQSocketListener' the 
base class 'init' is never called and therefore the internal variables are not 
correctly initialized. This leads to an empty 'handlers' attribute and a 
undefined 'queue' attribute.

The second issue is that zmq.Socket.send and zmq.Socket.setsockopt only admits 
bytecode variables and therefore it fails in Python3 when using plain strings.

----------
assignee: docs@python
components: Documentation
messages: 300960
nosy: docs@python, pablogsal
priority: normal
pull_requests: 3273
severity: normal
status: open
title: ZeroMQSocketListener and ZeroMQSocketHandler examples in the Logging 
Cookbook not working

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

Reply via email to