[issue21586] Minor error "How To Sockets"

Daniel Fisher report at bugs.python.org
Tue May 27 00:01:47 CEST 2014


New submission from Daniel Fisher:

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.

----------
assignee: docs at python
components: Documentation
messages: 219182
nosy: Daniel.Fisher, docs at python
priority: normal
severity: normal
status: open
title: Minor error "How To Sockets"
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21586>
_______________________________________


More information about the Python-bugs-list mailing list