-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-37823: Fixed link to Telnet.open() method in telnetlib library documentation #15281
Conversation
Thanks @MichaelAnckaert for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @MichaelAnckaert for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-15355 is a backport of this pull request to the 3.7 branch. |
Fixed wrong link to Telnet.open() method in telnetlib documentation. (cherry picked from commit e0b6117) Co-authored-by: Michael Anckaert <michael.anckaert@sinax.be>
GH-15356 is a backport of this pull request to the 3.8 branch. |
Fixed wrong link to Telnet.open() method in telnetlib documentation. (cherry picked from commit e0b6117) Co-authored-by: Michael Anckaert <michael.anckaert@sinax.be>
Thanks @MichaelAnckaert for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
GH-15357 is a backport of this pull request to the 2.7 branch. |
Fixed wrong link to Telnet.open() method in telnetlib documentation. (cherry picked from commit e0b6117) Co-authored-by: Michael Anckaert <michael.anckaert@sinax.be>
Fixed wrong link to Telnet.open() method in telnetlib documentation.
Fixed wrong link to Telnet.open() method in telnetlib documentation.
Fixed wrong link to Telnet.open() method in telnetlib documentation.
This PR fixes a wrong link in the telnetlib library: the link to the open() method of the Telnet class linked to the wrong method.
https://bugs.python.org/issue37823