[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread STINNER Victor
STINNER Victor added the comment: Thanks Michael Anckaert, I merged your PR and backported it to 2.7, 3.7 and 3.8 branches. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 98b11e1160a1749bfdb48bbf4c0dda177296b005 by Miss Islington (bot) in branch '2.7': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/98b11e1160a1749bfdb48bbf4c0dda177296b005 --

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15069 pull_request: https://github.com/python/cpython/pull/15357 ___ Python tracker ___ __

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset c777dec6f47ce649f3dea88d308e36e45538fdac by Miss Islington (bot) in branch '3.8': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/c777dec6f47ce649f3dea88d308e36e45538fdac -- nosy: +miss-i

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 72088d56247ee422d8abeef94a89be463737b982 by Miss Islington (bot) in branch '3.7': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/72088d56247ee422d8abeef94a89be463737b982 --

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15068 pull_request: https://github.com/python/cpython/pull/15356 ___ Python tracker ___ __

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset e0b6117e2723327d6741d0aa599408514add5b30 by Victor Stinner (Michael Anckaert) in branch 'master': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/e0b6117e2723327d6741d0aa599408514add5b30

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15067 pull_request: https://github.com/python/cpython/pull/15355 ___ Python tracker ___ __

[issue37823] Telnet documentation: fix the link to open()

2019-08-14 Thread Michael Anckaert
Michael Anckaert added the comment: I created a PR for this issue (PR 15281). If any changes are required I'm more than happy to make them. -- nosy: +michaelanckaert ___ Python tracker _

[issue37823] Telnet documentation: fix the link to open()

2019-08-14 Thread Michael Anckaert
Change by Michael Anckaert : -- keywords: +patch pull_requests: +15005 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15281 ___ Python tracker

[issue37823] Telnet documentation: fix the link to open()

2019-08-12 Thread Matthew Bruggeman
Matthew Bruggeman added the comment: I can take a look -- nosy: +Matthew Bruggeman ___ Python tracker ___ ___ Python-bugs-list mail

[issue37823] Telnet documentation: fix the link to open()

2019-08-11 Thread Mariatta
New submission from Mariatta : Bug in the Telnet docs: https://docs.python.org/3/library/telnetlib.html In the section https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet the “open()” link should probably point to https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet