[issue8707] Duplicated document in telnetlib.

New submission from INADA Naoki <songofacandy@gmail.com>: http://docs.python.org/dev/library/telnetlib.html#telnetlib.Telnet The part "number can be passed to the constructor... " is duplicated. ---------- assignee: docs@python components: Documentation messages: 105667 nosy: docs@python, naoki priority: normal severity: normal status: open title: Duplicated document in telnetlib. versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Changes by Jack Diederich <jackdied@gmail.com>: ---------- assignee: docs@python -> jackdied nosy: +jackdied _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Terry J. Reedy <tjreedy@udel.edu> added the comment: Which is to say, the entire second paragraph beginning with 'number' should be deleted. The same is true for 2.6, where it is also section 20.14, 3.1 (20.17), and 3.2 (19.17). Good catch. Thanks for reporting. ---------- keywords: +easy nosy: +tjreedy versions: +Python 2.6, Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 3.2 branch. ---------- keywords: +patch nosy: +efm Added file: http://bugs.python.org/file17394/telnetlib3.2.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 2.6 branch ---------- Added file: http://bugs.python.org/file17395/telnetlib2.6.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 2.7 branch ---------- Added file: http://bugs.python.org/file17396/telnetlib2.7.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 3.1 branch ---------- Added file: http://bugs.python.org/file17397/telnetlib3.1.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r81431. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Changes by Jack Diederich <jackdied@gmail.com>: ---------- assignee: docs@python -> jackdied nosy: +jackdied _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Terry J. Reedy <tjreedy@udel.edu> added the comment: Which is to say, the entire second paragraph beginning with 'number' should be deleted. The same is true for 2.6, where it is also section 20.14, 3.1 (20.17), and 3.2 (19.17). Good catch. Thanks for reporting. ---------- keywords: +easy nosy: +tjreedy versions: +Python 2.6, Python 3.1, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 3.2 branch. ---------- keywords: +patch nosy: +efm Added file: http://bugs.python.org/file17394/telnetlib3.2.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 2.6 branch ---------- Added file: http://bugs.python.org/file17395/telnetlib2.6.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 2.7 branch ---------- Added file: http://bugs.python.org/file17396/telnetlib2.7.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Evelyn Mitchell <efm-pythonbugs@tummy.com> added the comment: Fixed for 3.1 branch ---------- Added file: http://bugs.python.org/file17397/telnetlib3.1.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________

Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r81431. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8707> _______________________________________
participants (5)
-
Evelyn Mitchell
-
Georg Brandl
-
INADA Naoki
-
Jack Diederich
-
Terry J. Reedy