[issue21586] Minor error "How To Sockets"

2014-05-26 Thread Roundup Robot

Roundup Robot added the comment:

New changeset dc2a123d538a by Benjamin Peterson in branch '2.7':
fix typo in variable name (closes #21586)
http://hg.python.org/cpython/rev/dc2a123d538a

New changeset 62eb4828fdf7 by Benjamin Peterson in branch '3.4':
fix typo in variable name (closes #21586)
http://hg.python.org/cpython/rev/62eb4828fdf7

New changeset 487e8e071551 by Benjamin Peterson in branch 'default':
merge 3.4 (#21586)
http://hg.python.org/cpython/rev/487e8e071551

--
nosy: +python-dev
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21586] Minor error "How To Sockets"

2014-05-26 Thread Daniel Fisher

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@python
components: Documentation
messages: 219182
nosy: Daniel.Fisher, docs@python
priority: normal
severity: normal
status: open
title: Minor error "How To Sockets"
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com