[issue15060] docs: socket typo

2012-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 412c7daed0db by Sandro Tosi in branch '2.7': Issue #15060: better fix, thanks to review on #python-dev http://hg.python.org/cpython/rev/412c7daed0db New changeset e616985284cd by Sandro Tosi in branch '3.2': Issue #15060: better fix, thanks to revi

[issue15060] docs: socket typo

2012-06-13 Thread Sandro Tosi
Sandro Tosi added the comment: Thanks! -- nosy: +sandro.tosi resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker

[issue15060] docs: socket typo

2012-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 744fb52ffdf0 by Sandro Tosi in branch '2.7': Issue #15060: fix typo in socket doc; Patch by anatoly techtonik http://hg.python.org/cpython/rev/744fb52ffdf0 New changeset 4d755a711823 by Sandro Tosi in branch '3.2': Issue #15060: fix typo in socket

[issue15060] docs: socket typo

2012-06-13 Thread anatoly techtonik
New submission from anatoly techtonik : http://docs.python.org/library/socket.html s/integral/integer/ -- assignee: docs@python components: Documentation messages: 162720 nosy: docs@python, techtonik priority: normal severity: normal status: open title: docs: socket typo __