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 Daniel.Fisher
Recipients Daniel.Fisher, docs@python
Date 2014-05-26.22:01:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401141706.98.0.611136529928.issue21586@psf.upfronthosting.co.za>
In-reply-to
Content
There is a minor error in the documentation page "https://docs.python.org/2/howto/sockets.html"

Line 31 of the sample program of the program listed under "Using a Socket" reads chucks.append(chunk). It should read chunks.append(chunk). Without this minor correction, the sample program will not run.
History
Date User Action Args
2014-05-26 22:01:47Daniel.Fishersetrecipients: + Daniel.Fisher, docs@python
2014-05-26 22:01:46Daniel.Fishersetmessageid: <1401141706.98.0.611136529928.issue21586@psf.upfronthosting.co.za>
2014-05-26 22:01:46Daniel.Fisherlinkissue21586 messages
2014-05-26 22:01:46Daniel.Fishercreate