This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Nathaniel Manista, docs@python, r.david.murray
Date 2017-10-18.02:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20171018020508.BD18B1B10002@webabinitio.net>
In-reply-to <1508266984.73.0.213398074469.issue31739@psf.upfronthosting.co.za>
Content
I think in the echo examples the 'with conn' block should be indented and a
'with s:' added around it.

The network sniffer should probably use a with statement with the
created socket.

The CAN example ends only on ctrl-C, and could go into a fast spin
loop on error, so it probably needs a more extensive rewrite.
History
Date User Action Args
2017-10-18 02:05:13r.david.murraysetrecipients: + r.david.murray, docs@python, Nathaniel Manista
2017-10-18 02:05:13r.david.murraylinkissue31739 messages
2017-10-18 02:05:12r.david.murraycreate