summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2017-09-07 20:53:13 (GMT)
committerChristian Heimes <christian@python.org>2017-09-07 20:53:13 (GMT)
commit586c0502b5eb9a39cabe0bc2707a8ff63114265c (patch)
tree647486247ca97afacf4e562a116c785fd6083f75 /Misc/NEWS.d/next/Documentation
parent397c467c49385023de36411194d381ac993bae1a (diff)
downloadcpython-586c0502b5eb9a39cabe0bc2707a8ff63114265c.zip
cpython-586c0502b5eb9a39cabe0bc2707a8ff63114265c.tar.gz
cpython-586c0502b5eb9a39cabe0bc2707a8ff63114265c.tar.bz2
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
* Fix ZeroMQSocketListener and ZeroMQSocketHandler examples * Use send_json and recv_json to simplify pyzmq interfacing * Add News entry
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r--Misc/NEWS.d/next/Documentation/2017-09-07-20-49-09.bpo-31294.WgI18w.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-09-07-20-49-09.bpo-31294.WgI18w.rst b/Misc/NEWS.d/next/Documentation/2017-09-07-20-49-09.bpo-31294.WgI18w.rst
new file mode 100644
index 0000000..2c8f850
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2017-09-07-20-49-09.bpo-31294.WgI18w.rst
@@ -0,0 +1,2 @@
+Fix incomplete code snippet in the ZeroMQSocketListener and
+ZeroMQSocketHandler examples and adapt them to Python 3.